mcDBresSuperset — Create super-set on database
#include <memcom.h> int mcDBresSuperset(int handle, const char* name, const char* type, mcOff nrow, mcOff ncol);
mcDBresSuperset
creates a super-set on
database identified by handle
. The contents of
the super-set remain undefined until the set is written to the
database. If completed successfully, the function returns 0.
Otherwise, a negative value indicating the
MemCom error number is returned.
handle
Database handle of set to be created (input).
name
Dataset name of set to be created on database (input).
type
Dataset type of set to be created on database (input).
nrow
Number of sub-sets (rows) of dataset to be created on database (input).
ncol
Number of columns (sub-set size) in data elements of a sub-set to be created on database (input).