Search notes:
ADODB.connection: Transaction management
The
ADODB
connection
object allows to manage
transactions
with the following methods:
BeginTrans()
CommitTrans()
RollbackTrans()
See also
An (Oracle) specific example that demonstrates these functions is
here
.
ADO
Index