[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 1362

procedure IProviderSupport.PSEndTransaction(

  ACommit: Boolean

);

Arguments

ACommit

  

Should the transaction be committed or rollbacked?

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 rollbacked.

See also

PSInTransaction

PSStartTransaction


Documentation generated on: Nov 14 2015