Macro: SQLGetArguments

Module location: sql.pkg line 2055 (view source)

***************************************************************************** *** Command: SQLGetArguments *** *** Purpsoe: Get the arguments of a stored procedure. This command should *** *** be used when a procedure has multiple result sets. Some *** *** backends (SQL SErver for example) will return these as the *** *** last result set. This emans you first process all other *** *** result sets and then get the arguments and return value. *** *** *** *** Syntax : SQLGetArguments hstmt [Arg1...] [To Var] *** *****************************************************************************

    SQL$GetNextArgument !1 !2 !3 !4 !5 !6 !7 !8 !9