Delphi Database, Delphi Components from ComponentAce
Products Download Order Contact us
TABSQuery.SQL
TABSQuery
Top 


Contains the text of the SQL statement(s) to execute for the query.

property SQL: TStrings;

Description
Use SQL to provide the SQL statement that a query component executes when its ExecSQL or Open method is called. At design time the SQL property can be edited by invoking the String List editor in the Object Inspector.

The SQL property may either one complete SQL statement or multiple "batch" statements separated by semicolon.

The SQL property can be used to access
The allowable syntax is a subset of SQL-92. See the SQL Reference topic for information on supported syntax.

The SQL statement in the SQL property may contain replaceable parameters, following standard SQL-92 syntax conventions. Parameters are created and stored in the Params property.
        © 2003 - 2024 ComponentAce  | .net zip component | barcode for .net | delphi zip component | delphi database Mar 29, 2024