ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/runtime/IBUpdateSQL.pas
(Generate patch)

Comparing ibx/trunk/runtime/IBUpdateSQL.pas (file contents):
Revision 79 by tony, Sat Jul 18 12:30:52 2015 UTC vs.
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC

# 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.

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines