mcSTdatasetOpen — Open a sparse-table dataset
#include <memcom.h> int mcSTdatasetOpen(int handle, const char* name);
mcSTdatasetOpen
opens the sparse-table
dataset identfied by handle
for reading (and, if
the database is opened in write- or append-mode, also for writing),
on the database identified by handle
. The
returned value identifies the database and dataset.
handle (input)
Database handle.
name (input)
Pointer to a NUL-terminated character string containing the dataset name.