Description
The logical name of this McDBDatabase.
-
Property type
-
A String value.
-
Syntax
-
object.Name
The Name Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBDatabase. | Remarks
McDBLib databases are identified by a logical name, which is mapped through the local McDBLib configuration file (McDBLib.Cfg) into a actual file specification (i.e. name and path) for the database. These logical names must be unique within a configuraion file. That is, no computer may provide two different databases with the same logical name.
Notes
This logical Name is case sensitive (i.e. MyDatabase is NOT the same as mydatabase)
|