ODBCUnbindCol

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

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

Syntax

Web Studio Help function odbc odbcunbindcol.xml d187356e79 ODBCUnbindCol
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” )

ODBCUnbindCol