IBDAC

TCustomIBCDataSet Class

A base class that defines InterBase functionality for a dataset.

For a list of all members of this type, see TCustomIBCDataSet members.

Unit

IBC

Syntax

TCustomIBCDataSet = class(TCustomDADataSet);

Remarks

TCustomIBCDataSet is a component that defines InterBase functionality for a dataset. TCustomIBCDataSet can execute queries, fetch rows and controls InterBase specific data types. Applications never use TCustomIBCDataSet objects directly. Instead they use the descendants of TCustomIBCDataSet, such as TIBCQuery, TIBCStoredProc and TIBCTable, which inherit its database-related properties and methods.

TIBCQuery provides insert, delete and update operations on records by dynamically generated SQL statements. It uses TCustomDADataSet.KeyFields property to build SQL statements for the SQLDelete, SQLInsert and SQLUpdate properties if they were empty before updating the database.

Inheritance Hierarchy

TMemDataSet
   TCustomDADataSet
      TCustomIBCDataSet

See Also

© 1997-2024 Devart. All Rights Reserved. Request Support DAC Forum Provide Feedback