Concept Framework 2.2 documentation Contents | Index

ADOConnection.EndTransaction

Name Type Access Version Deprecated
EndTransaction property public version 1.0 no

Prototype:
function EndTransaction(MODE)

Parameters:
MODE      how to end the transaction; it must have one of this values: TRANSACTION_ROLLBACK | TRANSACTION_COMMIT

Description:
Ends the current transaction. This function ends the current transaction (committing or rolling back). This function MUST be called only after a call to StartTransaction.

Returns:
Returns the rollback or commit result (not to be considered important).

Documented by Eduard Suica, generation time: Sun Jan 27 18:15:09 2013 GMT(c)2013 Devronium Applications