[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] |
Database instance to execute statement on.
Source position: sqldb.pp line 372
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.
Transaction |
||
|
Prepare the statement for execution |
|
|
Execute the SQL statement. |