Database for which this component is handling connections.
Source position: sqldb.pp line 361
published property TSQLTransaction.Database : TDataBase; |
Database should be set to the particular TSQLConnection instance this transaction is handling transactions in. All datasets connected to this transaction component must have the same value for their Database property.
|
The TSQLConnection instance on which to execute SQL Statements. |
|
|
An abstract class representing a connection to a SQL Database. |