SQL property

Previous  Top  Next

See Also Properties Methods Events Example
Unit
MySQLDataset

Applies to
TMySQLDataset and TMySQLQuery components

Declaration
property SQL: TStrings;

Description
The SELECT type SQL statements. These statements will be executed every time you Open or Active the dataset. This stringlist may contain more than one statement ";" delimited. The statements are expected to produce a result set for the TMySQLDataset to open. Of course you have full access to the Macros functionality in the SQL property.