ODBCUnbindCol

Unbinds a column that was previously bound using the ODBCBindCol function.

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

Syntax

ODBCUnbindCol(numHandler,strColName)
numHandler
The handler returned by the ODBCOpen function.
strColName
The column name.

Returned value

0 Success
1 Invalid handler
2 Invalid parameter type
3 Column not bound

Examples

Tag Name Expression
Tag ODBCUnbindCol( 7, "Name" )