Showing: 1 - 1 of 1 RESULTS

SQL Server JDBC ISJDBC.CONFIG Configuration

This jdbc information is based on Oracle Database 11g Release 2, (11.2.0.4) JDBC for InfoSphere Information Server11.5, and ReedHat Linux 6.  so, here are a few pointers for building an IBM InfoSphere Information Server (IIS) isjdbc.config file. Where to place JAR files For Infosphere Information Server installs, as a standard practice, create a custom jdbc file in the install path.  And install any download Jar file not already installed by other applications in the jdbc folder. Usually, jdbc folder path looks something like this: /opt/IBM/InformationServer/jdbc CLASSPATH  sqljdbc.jar  sqljdbc4.jar  sqljdbc41.jar  sqljdbc42.jar Classpath must have complete path and jar name CLASS_NAMES microsoft.jdbc.sqlserver.SQLServerDriver;com.microsoft.sqlserver.jdbc …