Specifies the current DataSet name to be used in subsequent processing.
Syntax:
>>--EXEC ADO---USING dataset_name----END-EXEC----><
Parameters:
dataset_name
|
The name of the DataSet that becomes the current DataSet for subsequent EXEC ADO processing.
|
Example:
EXEC ADO
USING ds
END-EXEC
Comment:
References to DataTables in EXEC ADO statements that have no USING clause use the current DataSet name.