Name
mcDBrenameSet — Rename dataset
Synopsis
#include <memcom.h>
int mcDBrenameSet(int handle, const char* old, const char* new);
Description
mcDBrenameSet
renames a dataset on the
database identified by handle
. If completed
successfully, the function returns 0. Otherwise, a negative value
indicating the MemCom error number is
returned.
Parameters
handle
Database handle of set to be renamed (input).
old
Dataset name of set to be renamed (input).
new
New dataset name (input).