[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] Reference for unit 'sqldb' (#fcl)

TSQLStatement.Database

Database instance to execute statement on.

Declaration

Source position: sqldb.pp line 372

published property TSQLStatement.Database : TSQLConnection;

Description

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.

See also

Transaction

Prepare

  

Prepare the statement for execution

Execute

  

Execute the SQL statement.


Documentation generated on: Nov 14 2015