RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TIBDataSet Class

TIBDataSet executes InterBase SQL statements.

Pascal
TIBDataSet = class(TIBCustomDataSet);
C++
class TIBDataSet : public TIBCustomDataSet;

Use TIBDataSet to execute InterBase SQL statements. Each TIBDataSet component has properties for a statement to fetch data (typically an SQL SELECT statement), a statement to modify those records, one for inserting records, one for deleting records, and one to refresh the dataset.  

TIBDataSet buffers the result set, making it completely scrollable. Since TIBDataSet is a descendant of TDataSet, it works well with all data-aware components. 

 

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