SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command sqlquery_currentRowToArray

Converts the current row of the SQL Query Object cursor to an array.

command sqlquery_currentRowToArray @pQueryA, @pOutArrayA
Parameters
TypeNameDescription
Simple parameter. @pQueryA A SQL Query Object array.
[Pointer] Write only variable. @pOutArrayA Upon completion this will hold row values. The keys are column names and values are column values.
Return

empty