Bde.DBTables.TDatabase.DataSets

From RAD Studio API Documentation
Jump to: navigation, search

Delphi

property DataSets[Index: Integer]: TDBDataSet read GetDataSet;

C++

__property TDBDataSet* DataSets[int Index] = {read=GetDataSet};

Properties

Type Visibility Source Unit Parent
property public
Bde.DBTables.pas
Bde.DBTables.hpp
Bde.DBTables TDatabase

Description

Provides an indexed array of all active datasets for a database component.

Use DataSets to access active datasets associated with a database component. An active dataset is one that is currently open.

Note: If a TBDEClientDataSet uses the connection component to connect to a database server, DataSets lists the internal dataset that the client dataset creates to access data, not the client dataset itself.

See Also