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

Syntax

Web Studio Help function odbc odbccanappend.xml d173367e76 ODBCCanAppend
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 )

ODBCCanAppend