RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBQuery.SQL Property

Contains the text of the SQL statement to execute for the query.

Pascal
property SQL: TStrings;
C++
__property TStrings SQL;

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 contain only one complete SQL statement at a time. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!