ODBCUpdate

Updates the current record.

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

Syntax

Web Studio Help 2fr function odbc odbcupdate.xml d187938e76 ODBCUpdate
numHandler
The handler returned by the ODBCOpen function.

Returned value

0 Success
1 Invalid handler
2 Database not open
3 Update error

Notes

This function uses the values of the tags bound by the ODBCBindCol function to update the current record.

Examples

Tag Name Expression
Tag ODBCUpdate( 1 )

ODBCUpdate