SQLCached property

Top  Previous  Next

See Also Properties Methods Events Example

Unit

MySQLDataset

 

Applies to

TMySQLDataset component

 

Declaration

property SQLBatch: TStrings;

 

Description

These are the statements the dataset intend to send to the mysql server with the next Close or Refresh of the dataset, if you enabled CachedUpdates, else the statements are send as the update occur, thus with each Post to your dataset of a record edit.