The transaction in which the SQL statement should be executed.
Source position: sqldb.pp line 457
published property TSQLStatement.Transaction : TSQLTransaction; |
Transaction should be set to a transaction connected to the instance of the database set in the Database property. This must be set before Prepare is called.
|
Database instance to execute statement on. |
|
|
Prepare the statement for execution. |
|
|
Transaction in which a TSQLQuery is handled. |