SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command sqlquery_convertToArray

Converts a SQL Object's open database cursor into an array.

command sqlquery_convertToArray @pQueryA, @pOutArray
Parameters
TypeNameDescription
Simple parameter. @pQueryA A SQL Query Object array.
[Pointer] Write only variable. @pOutArray Upon completion holds a numerically indexed array. The keys are column names and values are column values. If pOutArray already contains numerical indexes then this command will add the returned records to the end.
Return

Error message.