Unit 'DB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

IProviderSupport.PSEndTransaction

End an active transaction.

Declaration

Source position: db.pas line 1625

procedure IProviderSupport.PSEndTransaction(

  ACommit: Boolean

);

Arguments

ACommit

  

Should the transaction be committed or rolled back?

Description

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.

See also

PSInTransaction

PSStartTransaction


Documentation generated on: Jul 24 2023