Description
Populate this McDBDatabases with all of the persistent mappings in the local configuration file (McDBLib.Cfg).
-
Return Type
-
None
-
Syntax
-
object.Populate
The Populate Method syntax has these parts: |
| object | An expression evaluating to an object of type McDBDatabases. | Remarks
This McDBDatabases object's contents are replaced by the definitions gleaned from the configuration file.
Notes
Invalid definitions in this McDBDatabases are LOST. Valid defintions will appear in the contents following this call. Open databases will have their reference count decremented by 1, which will cause databases to be closed when no other references to it exist.
|