Sybase ASE and Sybase IQ
The CData Virtuality Server supports the jConnect JDBC driver for Sybase ASE and Sybase IQ. For information on obtaining the driver, please refer to the Sybase documentation.
Once you have downloaded the jConnect JDBC driver, follow these steps to install it:
- Stop the CData Virtuality Server.
- Place the jConnect JDBC driver in the %dvserver%/modules/system/layers/base/com/sap/jconn/main folder.
- Check the module.xml file and change the driver JAR file name if applicable.
Open the %dvserver%/standalone/configuration/dvserver-standalone.xml file, find the <drivers> section, and enter the following code:
XML<driver name="jconnect" module="com.sap.jconn"/>
- Start the CData Virtuality Server.