Datasets property

Applies to
TIB_Connection

Declaration
Property Datasets[index:integer] : TIB_Dataset;

Description
Returns a dataset by index of all associated datasets for the connection.

Keep in mind that the TIB_BDataset class maintains two internal cursors that will show up as additional datasets in this array.

At this time it is not possible to get at a list of TIBDataset class instances. These references here will actually give you the instances which are internal to the TIBDataset based components. So, be careful what you do with them.

Also, if you are using the TDataset based components only the internal cursors of these components will show up in this index of datasets. I don't have a way to get an index of just TDataset based components yet.