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 |
Returned value
| 0 | Success |
| 1 | Invalid handler |
| 2 | Invalid parameter type |
| 3 | Column not bound |
Examples
| Tag Name | Expression |
|---|---|
| Tag | ODBCUnbindCol( 7, “Name” ) |
