[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'DB' (#fcl)

IProviderSupport.PSEndTransaction

End an active transaction

Declaration

Source position: db.pas line 1413

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: May 14 2021