![]() | ![]() |
Home |
|
|
Access Service User's Guide DirectConnect Anywhere |
|
| Chapter 2 Configuring the DirectConnect Access Service Library |
|
| Client Interaction properties |
|
| TransactionMode |
Specifies whether the access service or the client application manages commits and rollbacks.
TransactionMode=[short | long]
short
long specifies that the access service gives commitment control to the client application.
short indicates that the access service issues a commit or a rollback after each request.
The access service holds open the connection to the data source until the client application issues a commit or rollback, or until the ClientIdleTimeout value is exceeded.
If ClientIdleTimeout is exceeded, the transaction rolls back.
|
|