mcDBputSetStr — Write string to dataset
#include <memcom.h> int mcDBputSetStr(int handle, char* name, void* data);
mcDBputSetStr
stores a string to a
dataset on a MemCom database. The dataset
must be of type K
and the data of type
char
, i.e a NULL-terminated character string. If
completed successfully, the function returns 0. Otherwise, a
negative value indicating the MemCom
error number is returned.