Description
The DNS name or IP Address of the Server where this McDBDatabase is located.
-
Property type
-
A String value.
-
Syntax
-
object.Server
The Server Property syntax has these parts: |
| object | An expression evaluating to an object of type McDBDatabase. | Remarks
McDBLib databases are uniquely identifiable by a combination of Name and Server (computer). Servers are necessary for databases opened in a shared mode, and indicate the computer where the IQbase database Server is located. This computer may be specified either by Domain Name Service (DNS) name or IP Address. For databases opened in exclusive mode, this property will be LOCAL. For databases backed by an SQL database (e.g. an Oracle database), the value of this property is specific to the backing database engine. Consult the appropriate companion manual for details on the formatting for these server names.
|