mcSTdatasetDatabaseHandle — Get the name of a sparse-table dataset
#include <memcom.h> const char* mcSTdatasetDatabaseHandle(int dsid);
mcSTdatasetDatabaseHandle
returns the
handle of the database containing the sparse-table dataset
identified by dsid
.
If dsid
idenifies an open sparse-table
dataset (opened with mcSTdatasetOpen
),
the database handle is returned (a positive integer). Otherwise, a
negative value indicating the MemCom error is returned.