db_result_t db_set_null ( db_row_t  hrow,
db_fieldno_t  nfield 
)

Set a field to null.

Parameters:
hrow Row handle.
nfield Field number.
Returns:
On failure, one of the following error codes is set:

To make a field not null, use db_set_field_data.

See also:
get_db_error, clear_db_error, Error Handling.


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