|
SQLInsert property
|
Top Previous Next |
|
See Also Properties Methods Events Example Unit
Applies to TMySQLDataset and TMySQLQuery components
Declaration property SQLInsert: TStrings;
Description The INSERT type SQL statements. These statements will be executed every time you Insert or Append on the dataset. This stringlist may contain more than one statement ";" delimited. You have full access to the Macros functionality in the SQL property.
|