RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSQLUpdateObject Class

TSQLUpdateObject is the base class for classes that use an SQL command to apply cached updates on behalf of queries or stored procedures that can't post updates directly.

Pascal
TSQLUpdateObject = class(TDataSetUpdateObject);
C++
class TSQLUpdateObject : public TDataSetUpdateObject;

DBTables

Use TSQLUpdateObject as a base class when creating customized update objects that can update BDE datasets. TSQLUpdateObject adds support for accessing a SQL statement that applies an update to the properties and methods introduced by TDataSetUpdateObject

TSQLUpdateObject is an abstract base class and cannot be instantiated. 

 

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!