void DeleteDBManager_cs ( dbmgr_cs*  dbmgr )

Removes dbmgr from the system, and releases all the resources it uses (memory, connections, etc.).

You must not try to use dbmgr after calling this.

It is okay if dbmgr is a NULL pointer (then no action is taken).

Version:

Versions 2.26 and later have this function.

See also:

NewDBManager_cs    Create a new database manager