Function.ODBC.ConnectionName!RecordsetName.MoveNext
From GAB Help
Moves to the next record in the record set
Contents
Syntax
Function.ODBC.ConnectionName!RecordsetName.MoveNext
Arguments
None
Example
Function.ODBC.testCon!testrst.Movenext
Remarks
- This command is helpful when looping through a recordset.