mcDBcopySet — Copy dataset
#include <memcom.h> int mcDBcopySet(int handle1, const char* name1, int handle2, const char* name2);
mcDBcopySet
copies a dataset
name1
from the database identified by
handle1
to the set name2
on
the database identified by handle2
. If completed
successfully, the function returns 0. Otherwise, a negative value
indicating the MemCom error number is
returned.