ODBCCanUpdate

Returns whether the database can be updated.

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

Syntax

Web Studio Help function odbc odbccanupdate.xml d174345e76 ODBCCanUpdate
numHandler
The handler returned by the ODBCOpen function.

Returned value

0 Database does not allow updates.
Non-Zero Database does allow updates.

Examples

Tag Name Expression
Tag ODBCCanUpdate( 6 )

ODBCCanUpdate