ODBCMoveNext

Moves to the next record within the record set.

Function Group Execution Windows Embedded Thin Client
ODBCMoveNext ODBC Synchronous Supported Not supported Executed on Server

Syntax

ODBCMoveNext(numHandler)
numHandler
The handler returned by the ODBCOpen function.

Returned value

0 Success
1 Invalid handler
2 Database not open
3 End of record set reached
4 Move error

Examples

Tag Name Expression
Tag ODBCMoveNext( 9 )