mcSTdatasetName — Get the name of a sparse-table dataset
#include <memcom.h> const char* mcSTdatasetName(int dsid);
If dsid
idenifies an open sparse-table
dataset (opened with mcSTdatasetOpen
),
a pointer to a NUL-terminated character string containing the name
of the sparse-table dataset is returned. Otherwise, NULL is
returned. The occurrence of errors can by verified by calling mcErrStatus which returns the
MemCom error number.