TransactionMode

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

Syntax

TransactionMode=[short | long]

Default

short

Values

  • long gives commitment control to the client application.

  • short issues a commit or a rollback after each request.

Comments

  • The access service holds open the connection to the datasource until the client application issues a commit or rollback, or until the ClientIdleTimeout value is exceeded.

  • If ClientIdleTimeout is exceeded, the transaction rolls back.