ODBCCanAppend
Returns whether the database will allow you to add new records.
| Function | Group | Execution | Windows | Embedded | Thin Client | Mobile Access |
|---|---|---|---|---|---|---|
| ODBCCanAppend | ODBC | Synchronous | Supported | Not supported | Executed on Server | Not supported |
Returned value
| 0 | Database does not allow appending new records |
| Non-Zero | Database does allow appending new records |
Examples
| Tag Name | Expression |
|---|---|
| Tag | ODBCCanAppend( 5 ) |
