ODBCCanUpdate

Returns whether the database can be updated.

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

Syntax

ODBCCanUpdate(numHandler)
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 )