A class defining the Oracle functionality for a dataset.
For a list of all members of this type, see TOraDataSet members.
TOraDataSet = class(TCustomDADataSet);
TOraDataSet is a component that defines the Oracle functionality for a dataset. TOraDataSet can execute queries, fetch rows and control Oracle specific data types. Applications never use TOraDataSet objects directly. Instead they use descendants of TOraDataSet, such as TOraQuery, TSmartQuery, TOraStoredProc, and TOraTable, which inherit its database-related properties and methods.
TMemDataSet
TCustomDADataSet
TOraDataSet