TDAPoolTransactionBehaviour
Overview
The TDAPoolTransactionBehaviour enumeration specifies how the pool handles connections that are returned to the pool with an active transaction.
Location
- Unit: uDAConnectionManager.pas
| Value | Description |
|---|---|
| ptCommit | The transaction will be committed, applying all changes to the underlying database |
| ptCustom | Allows server application to handle the transaction via the TDAConnectionManager event handler |
| ptNone | No action will be taken |
| ptRollback | The transaction will be rolled back, losing all changes (recommended) |