mcDBputSubsetStr — Write string to sub-set
#include <memcom.h> int mcDBputSubsetStr(int handle, const char* name, mcOff subset, const char* data);
mcDBputSubsetStr
stores a sub-set of a
dataset to 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.