Database this transaction is connected to.
Source position: db.pas line 2219
|  public property TDBTransaction.DataBase : TDataBase | 
Database points to the database that this transaction is part of. This property can be set only when the transaction is not active.
Setting this property to a new value when the transaction is active will result in an EDatabaseError exception.
| 
 | Is the transaction active or not. | |
| 
 | Base class for connecting a FreePascal application to an external Database engine. |