Name
mcEnd — End an Active Transaction (C API)
Synopsis
#include <memcom.h>
int mcEnd(int handle);
Description
mcEnd
terminates any active transaction.
On directly-accessed database, this function has no effect.
mcEnd
is issued implicitely when a database is
remotely closed with mcDBcloseFile
.
Parameters
handle
Database handle (input).