Specifies the SQL UPDATE statement to use when applying an update to a record and cached updates is enabled. Syntax: property ModifySQL: TStrings; Description: Set ModifySQL to the SQL UPDATE statement to use when applying an updated record to a dataset. Statements can be parameterized queries. To create a UPDATE statement at design time, use the UpdateSQL editor to create statements, such as: UPDATE "Country" At run time, an application can write a statement directly to this property to set or change the UPDATE statement.
|