TransactionMode

Specifies whether the DB2 access service or the client application manages commit and rollback operations.

Syntax

TransactionMode=[short | long]

Default

short

Values

long indicates that the DB2 access service gives commitment control to the client application. The DB2 access service holds open the connection to the target database until the client application issues a commit or rollback or until the ClientIdleTimeout value (see “ClientIdleTimeout”) is exceeded. If ClientIdleTimeout is exceeded, the transaction rolls back.

short indicates that the DB2 access service issues a commit or a rollback after each request.