ODBCMoveFirst

Moves to the first record within the record set.

Function Group Execution Windows Embedded Thin Client Mobile Access
ODBCMoveFirst ODBC Synchronous Supported Not supported Executed on Server Not supported

Syntax

Web Studio Help function odbc odbcmovefirst.xml d181224e76 ODBCMoveFirst
numHandler
The handler returned by the ODBCOpen function.

Returned value

0 Success.
1 Invalid handler.
2 Database not open.
3 Move error.

Examples

Tag Name Expression
Tag ODBCMoveFirst( 4 )

ODBCMoveFirst