mcDBinitSet — Initialize set on database with value
#include <memcom.h> int mcDBinitSet(int handle, const char* name, void* cval);
mcDBinitSet
initializes an existing set
on the database identified by handle
with a given
constant value. The constant initialization value must correspond to
the actual data type of the set. If completed successfully, the
function returns 0. Otherwise, a negative value indicating the
MemCom error number is returned. Note:
Relational tables do not have to be initialised, since they are
always initialised when created. mcDBinitSet
makes use of a dynamically configurable auxiliary buffer, as opposed
to previous versions of MemCom, where the
buffer size was fixed.