void* db_get_field_buffer ( db_row_t  hrow,
db_fieldno_t  nfield 
)

Obtain the buffer used by a particular field in a row.

Parameters:
hrow Row handle.
nfield Field number.
Returns:
  • pointer to the buffer containing the field data.
  • NULL - indicating invalid parameter.
On failure, one of the following error codes is set:

See also:
get_db_error, clear_db_error, Error Handling
On failure, one of the following error codes is set:


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