[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Start the Transaction associated with this Connection
Source position: sqldb.pp line 233
public procedure TSQLConnection.StartTransaction; override; |
StartTransaction is a convenience method which starts the default transaction (Transaction). It is equivalent to
Connection.Transaction.StartTransaction
If no transaction is assigned, an exception will be raised.
|
End the Transaction associated with this connection |