<instance> The instance element specifies instance-wide configurations for the client/server driver. Each instance represents a connection to the c-tree server. Attributes Attribute Description Default value server Specifies the server name and the host name of the c-tree to connect to. The format can be one of the following syntaxes: • servername • servername@hostname • servername@IPaddress • #port@hostname • #port@IPaddress If the host name or the IP address is omitted, host name defaults to localhost. FAIRCOMS user Specifies the c-tree user name. n/a password Specifies the c-tree user password. n/a connect Indicates whether to connect to c-tree at runtime initialization or wait for the first OPEN operation. It accepts the following values: "yes" : Indicates to connect at runtime initialization. "no" : Indicates to connect during the first OPEN operation. This is the default value. no versioncheck Indicates whether to check that c-tree version matches the c-tree version. This option is turned off by default. It accepts the following values: "yes" : Turn on version matching check. Versions must match otherwise an error is returned at runtime initialization. "no" : Turn off version matching check. This is the default value. no Example <instance server="COBOL@192.168.0.2" user="admin" password="ADMIN" connect="yes" versioncheck="no"> ... </instance>