RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBUpdateSQL.SQL Property

Returns a specified SQL statement used when applying cached updates.

Pascal
property SQL [UpdateKind: TUpdateKind]: TStrings;
C++
__property TStrings SQL[TUpdateKind UpdateKind];

Returns the SQL statement in the ModifySQL, InsertSQL, or DeleteSQL property, depending on the setting of UpdateKind. UpdateKind can be any of the following: 

Value Meaning  

ukModify Return the SQL statement used to update records in the dataset 

ukInsert Return the SQL statement used to insert new records into the dataset 

ukDelete Return the SQL statement used to delete records in the dataset 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!