Description
Creates an instance of the DataSet specified by DSName using the specified Connection Object (created by XOInstance()).
Syntax
hDS = DSInstance (DSName, hXO, options)
Parameters
The DSInstance function has the following parameters:
Parameter | Description | |||||
---|---|---|---|---|---|---|
DSName | Repository name of DataSet. | |||||
hXO | Handle to the Connection Object (or 0 for none). | |||||
options | Pass the sum of desired options.
|
For DataSets that have different definitions for different data source types, the XO_SOURCETYPE$ property of the Connection Object is used to determine which DataSet definition to use.
Returns
The Handle to the DataSet (hds).