To configure the data source, use the jConfig tool provided with the Shadow Client.
The MAS JDBC driver can operate in two different modes:
You can specify the mode you want to use in the NEONTRACE environment variable by entering the keyword TYPE1 or TYPE2. If you do not specify a mode, TYPE1 will be used on the Windows NT(TM) platform and TYPE2 will be used on the SunOS platform.
Ensure that the MAS JDBC driver connection string has been formatted. The format for the connection string passed to driver.connect() is:
jdbc:neon:<data-source-name>; <attri1>=<value1>;...;<attrN>=<valueN>
The MAS JDBC driver supports DBCS on Windows NT, and SUNOS. DBCS is not supported on Windows 95/98.