Bind a field in a row to a variable.
- Parameters:
-
| hrow | Row handle. |
| bind | Address of variable bind structure. |
- Returns:
-
On failure, one of the following error codes is set:
- DB_EINVAL Caused by: number of fields being bound is 0, binding structure is not valid, data type is not known and autosize is selected.
- DB_EBINDSIZE Invalid bind size. Datatype and size dont match.