db_result_t db_bind_field ( db_row_t  hrow,
const db_bind_t bind 
)

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.


Copyright © 2005-2008 ITTIA®. All rights reserved.