next up previous contents
Next: ndb_cif_output_item Up: Function Description Previous: ndb_cif_get_item_value

ndb_cif_put_item_value

NAME ndb_cif_put_item_value

PROTOTYPE

#include "cifparse.h"

int ndb_cif_put_item_value(CifHandle *cf,
                           const int colId,
                           const char * fieldValue);
PURPOSE

ndb_cif_put_item_value copies the item value stored in fieldValue into the current row and the column identified by colId in the CifHandle data structures specified by cf .

RECEIVES

cf pointer to the CifHandle data structure
colId identifies the column
fieldValue holds the item value to be copied

RETURN VALUE

Returns 1 upon success and 0 upon failure.

REMARKS

Function does provide new value to the cf.

 



Olivera Tosic
6/12/2002