Unit 'SQLDB' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#fcl]

TSQLScript.DataBase

Database on which to execute the script.

Declaration

Source position: sqldb.pp line 750

published property TSQLScript.DataBase : TDatabase
  read FDatabase
  write SetDatabase;

Description

Database should be set to the TSQLConnection descendent. All SQL statements in the Script property will be executed on this database.

See also

TSQLConnection

  

An abstract class representing a connection to a SQL Database.

TSQLScript.Transaction

  

Transaction to use in the script.

TSQLScript.Script

  

The script to execute.


Documentation generated on: Jul 24 2023