TDAPoolTransactionBehaviour
From RemObjects Software
This is a Data Abstract Architecture entry
Feel free to add your notes to this topic below.
Overview
Decides how the pool handles connection that are returned to the pool with an active transaction.
File
uDAClasses
Declaration
TDAPoolTransactionBehaviour = (ptNone, ptRollback, ptCommit, ptCustom)
Values
| | |
|---|---|
| ptNone | No action will be taken. |
| ptRollback | The transaction will be rolled back, losing all changes. |
| ptCommit | The transaction will be committed, applying all changes to the underlying database. |
| ptCustom |
See Also
Product: RemObjects Data Abstract
Current version: Data Abstract 'Vinci' (5.0)
Lists — Glossary — Features — How To — Drivers — Components — Tools — Samples — Articles — Architecture — Issues
Categories: Text | Data Abstract | Architecture | Enum | Delphi
