SQLUpdate property

Previous  Top  Next

See Also Properties Methods Events Example
Unit
MySQLDataset

Applies to
TMySQLDataset and TMySQLQuery components

Declaration
property SQLUpdate: TStrings;

Description
The UPDATE type SQL statements. These statements will be executed every time you Edit and Post on the dataset. This stringlist may contain more than one statement ";" delimited. You have full access to the Macros functionality in the SQL property.