27 |
|
{ IBX For Lazarus (Firebird Express) } |
28 |
|
{ Contributor: Tony Whyman, MWA Software http://www.mwasoftware.co.uk } |
29 |
|
{ Portions created by MWA Software are copyright McCallum Whyman } |
30 |
< |
{ Associates Ltd 2011 } |
30 |
> |
{ Associates Ltd 2011 - 2018 } |
31 |
|
{ } |
32 |
|
{************************************************************************} |
33 |
|
|
109 |
|
// if RowsAffected <> 1 then IBError(ibxeUpdateFailed, [nil]); |
110 |
|
// Commented out in release 1.2 |
111 |
|
if FieldCount > 0 then {Has RETURNING Clause} |
112 |
< |
UpdateRecordFromQuery(Current,Buff); |
112 |
> |
UpdateRecordFromQuery(UpdateKind,Current,Buff); |
113 |
|
end; |
114 |
|
end; |
115 |
|
|