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

TSQLConnection.StartTransaction

Start the Transaction associated with this Connection.

Declaration

Source position: sqldb.pp line 276

public procedure TSQLConnection.StartTransaction; override;

Description

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

Connection.Transaction.StartTransaction

Errors

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

See also

EndTransaction

  

End the Transaction associated with this connection.


Documentation generated on: Jul 24 2023