Represents a SQL transaction.
Object
IDbTransaction
There is no constructor for AseTransaction. To obtain an AseTransaction object, use the AseConnection.BeginTransaction() method.
To associate a command with a transaction, use the AseCommand.Transaction property.
“BeginTransaction method”, “Transaction processing”, and “Inserting, updating, and deleting rows using the AseCommand object”.