# | Line 183 | Line 183 | procedure TIBUpdateSQL.Apply(UpdateKind: | |
---|---|---|
183 | begin | |
184 | if not Assigned(FDataSet) then Exit; | |
185 | InternalPrepare(UpdateKind); | |
186 | < | InternalSetParams(Query[UpdateKind],buff); |
186 | > | InternalSetParams(Query[UpdateKind].Params,buff); |
187 | ExecSQL(UpdateKind); | |
188 | end; | |
189 | ||
190 | < | end. |
190 | > | end. |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |