mcTBstoreDesc — Store dataset descriptor table
#include <memcom.h> int mcTBstoreDesc(int handle, const char* name, mcRTable* rt);
mcTBstoreDesc
stores a dataset descriptor
table in memory to a database identified by
handle
and associates t to the dataset
name
. Once stored, the table in memory can be
freed by the function mcTBfree
. If completed
successfully, the function returns 0. Otherwise, a negative value
indicating the MemCom error number is returned.