[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Database instance to execute statement on.
Source position: sqldb.pp line 433
published property TSQLStatement.Database : TSQLConnection; |
Database must be set to an instance of a TSQLConnection descendent. It must be set, together with Transaction in order to be able to call Prepare or Execute.
|
The transaction in which the SQL statement should be executed. |
|
|
Prepare the statement for execution |
|
|
Execute the SQL statement. |