ODBCCanAppend

Returns whether the database will allow you to add new records.

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

Syntax

ODBCCanAppend(numHandler)
numHandler
The handler returned by the ODBCOpen function.

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 )