SQL Yoga version 1.1.0 build 4 :: Visit website

Printer friendly version

command sqlquery_moveToRecord

Navigates to the specified record in a SQL Query Object's database cursor.

command sqlquery_moveToRecord @pQueryA, pRecNum
Parameters
TypeNameDescription
Simple parameter. @pQueryA A SQL Query Object array as created using sqlquery_createObject().
Simple parameter. pRecNum The number of the record to navigate to, starting from 1.
Return

true/false

See also