Name
mcDBdeleteSet — Delete dataset on database
Synopsis
#include <memcom.h>
int mcDBdeleteSet(int handle, const char* name);
Description
mcDBdeleteSet
deletes a dataset on the
database identified by handle
.
The function returns the status code. If completed
successfully, the function returns 0. Otherwise, a negative value
indicating the MemCom error number is
returned.
Parameters
handle
Database handle (input).
name
Dataset name of set to be deleted (input).