ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/branches/udr/client/FBAttachment.pas
(Generate patch)

Comparing ibx/branches/udr/client/FBAttachment.pas (file contents):
Revision 388 by tony, Wed Jan 19 13:58:37 2022 UTC vs.
Revision 389 by tony, Thu Jan 20 23:33:40 2022 UTC

# Line 1123 | Line 1123 | begin
1123    tr := StartTransaction(TPB,taCommit);
1124    try
1125      Result := ExecuteSQL(tr,sql,SQLDialect,params);
1126    tr.Commit;
1126    except
1127      tr.Rollback(true);
1128      raise;
# Line 1247 | Line 1246 | begin
1246    tr := StartTransaction([isc_tpb_read,isc_tpb_wait,isc_tpb_concurrency],taCommit);
1247    try
1248      Result := OpenCursorAtStart(tr,sql,FSQLDialect,Scrollable,params);
1250    tr.Commit;
1249    except
1250      tr.Rollback(true);
1251      raise;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines