# | Line 106 | Line 106 | begin | |
---|---|---|
106 | with Query[UpdateKind] do | |
107 | begin | |
108 | ExecQuery; | |
109 | < | if RowsAffected <> 1 then IBError(ibxeUpdateFailed, [nil]); |
109 | > | // if RowsAffected <> 1 then IBError(ibxeUpdateFailed, [nil]); |
110 | > | // Commented out in release 1.2 |
111 | end; | |
112 | end; | |
113 | ||
# | Line 182 | 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 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |