Description

Remove the entries for a particular configuration from the local database configuration file (McDBLib.Cfg).

Return Type

None  

Syntax

object.RemoveConfiguration LogicalName

The RemoveConfiguration Method syntax has these parts:

PartDescription
objectAn expression evaluating to an object of type McDBDatabases.
LogicalNameRequired. A String value.

The string logical name of the configuration to remove from the local configuration file.

Remarks

The McDBDatabase object corresponding to LogicalName should not be open when this method is called.

Notes

A McDBDatabases object is the memory representation of databases that the Database Engine currently knows about. The configuration file, however, is a persistent mapping of all databases ever defined through an McDBDatabases object. This method will erases information from this persistent record.