Previous Topic Next topic Print topic


USING

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.

Comment:

References to DataTables in EXEC ADO statements that have no USING clause use the current DataSet name.

Example:

     EXEC ADO
        USING ds
     END-EXEC
Previous Topic Next topic Print topic