[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
End an active transaction
Source position: db.pas line 1413
procedure IProviderSupport.PSEndTransaction( |
ACommit: Boolean |
); |
ACommit |
|
Should the transaction be committed or rolled back? |
PSEndTransaction ends an active transaction if an transaction is active. (PSInTransaction returns True). If ACommit is True then the transaction is committed, else it is rolled back.
PSInTransaction |
PSStartTransaction |