mcDBcloseFile, mcDBcloseFileAll — Close MemCom database
#include <memcom.h> int mcDBcloseFile(int handle); int mcDBcloseFileAll();
mcDBcloseFile
closes a
MemCom database.
mcDBcloseFileAll
closes all open
MemCom databases. If completed
successfully, the function returns 0. Otherwise, a negative value
indicating the MemCom error number is
returned. If the database is a remote database, the TCP connection
to the remote MemCom server is
closed.