PROPERTY:

 

 

 

 

 

 

 

DESCRIPTION:

 

 

Indicates the options for the transaction operations.

 

 

 

 

PROPERTY OF:

 

 

ADODatabase

 

 

 

 

VALUE:

EFFECT:

 

0

Unspecified (Default)

 

1

Commit Retaining (Automatically starts a new transaction after a commit() method call)

 

2

Abort Retaining (Automatically starts a new transaction after a rollback() method call)

 

3

Any Retaining (Automatically starts a new transaction after a commit() or a rollback() method call)

 

 

 

 

 

 

DESCRIPTION:

 

 

Specifies automated transaction behavior.