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

TSQLConnection.EndTransaction

End the Transaction associated with this connection.

Declaration

Source position: sqldb.pp line 277

public procedure TSQLConnection.EndTransaction; override;

Description

StartTransaction is a convenience method which ends the default transaction (TSQLConnection.Transaction). It is equivalent to

Connection.Transaction.EndTransaction

Errors

If no transaction is assigned, an exception will be raised.

See also

StartTransaction

  

Start the Transaction associated with this Connection.


Documentation generated on: Jul 24 2023