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:

ParameterDescription
DSNameRepository name of DataSet.
hXOHandle to the Connection Object (or 0 for none).
options

Pass the sum of desired options.

Value
0=Default
1=Read-Only
2=Unique Keys
4=Rules

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).

  • No labels