See Also Properties Methods Events Example
Unit
MySQLDataset
Applies to
TMySQLDataset and TMySQLQuery components
Declaration
property SQLBatch: TStrings;
Description
Generic ad hoc SQL statements. These statements will be executed every time you call ExecBatch on the dataset. This stringlist may contain more than one statement ";" delimited. You have full access to the Macros functionality in the SQL property.