--- ibx/trunk/runtime/IBUpdateSQL.pas 2017/12/31 14:53:21 79 +++ ibx/trunk/runtime/IBUpdateSQL.pas 2018/01/01 11:31:07 80 @@ -183,8 +183,8 @@ procedure TIBUpdateSQL.Apply(UpdateKind: begin if not Assigned(FDataSet) then Exit; InternalPrepare(UpdateKind); - InternalSetParams(Query[UpdateKind],buff); + InternalSetParams(Query[UpdateKind].Params,buff); ExecSQL(UpdateKind); end; -end. \ No newline at end of file +end.