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 |
Returned value
| 0 | Database does not allow updates. |
| Non-Zero | Database does allow updates. |
Examples
| Tag Name | Expression |
|---|---|
| Tag | ODBCCanUpdate( 6 ) |
