SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command sqlquery_retrieveAsData

Executes a SQL Query Object query and returns the result as data from the selected columns (no cursor).

command sqlquery_retrieveAsData @pQueryA, @pOutData
Parameters
TypeNameDescription
Simple parameter. @pQueryA A SQL Query Object array as created using sqlquery_createObject().
[Pointer] Write only variable. @pOutData Upon completion the data returned will be in this parameter.
Description

The 'column delimter' and 'row delimiter' properties of the SQL Query Object will be used to delimit columns and rows.

Return

Error message