#include "cifparse.h"
int ndb_cif_put_item_value(const int colId,
const char * fieldValue);
ndb_cif_put_item_value copys the item value stored in fieldValue into the current row and the column identified by colId.
| colId | identifies the column |
| fieldValue | holds the item value to be copied |
Returns 1 upon success and 0 upon failure.
| None |