# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |