SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command sqlquery_retrieve

Opens a database cursor for a SQL Query object.

command sqlquery_retrieve @pQueryA
Parameters
TypeNameDescription
Simple parameter. @pQueryA A SQL Query Object array as created using sqlquery_createObject().
Description

Use this command to open a database cursor after setting the appropriate properties of
a SQL Query Object. After opening a cursor you can interact with the cursor using the sqlquery handlers listed below.

Return

Error string in 'the result', cursor id in 'it'.

See also