InitDataset

Creates a connection to a dataset.

SYNTAX
InitDataset(datasetName, aliasName) InitDataset(datasetName, aliasName, tableName) 
ARGUMENTS

datasetName Name of the dataset.
aliasName Name of the database alias.
tableName Name of the database table. If the parameter is set, the table is read using Select *.

EXAMPLE
InitDataSet("modusorder", "ORDERDATA") 
InitDataSet("modusorder", "ORDERDATA", "modus_xml_job")