EPUB | CHM | PDF

TPSQLDatabase.Properties.DataSets

Top Previous Next

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

Syntax:

property DataSets[Index: Integer]: TPSQLDataset;

Description:

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

See also: TPSQLDatabase.Methods.CloseDatasets, Example: DataSetCount, DataSets