What settings are required to run the ODBC-JDBC Gateway with Microsoft SQL Server?
| ODBC-JDBC Gateway ODBC data source setting | Value |
|---|---|
| Driver Class | com.microsoft.sqlserver.jdbc.SQLServerDriver |
| Class Path |
jarfiledir\sqljdbc4.jar
where
–Or–
|
| URL | jdbc:microsoft:sqlserver://SERVER_NAME\INSTANCE_NAME |
Note Ensure that there are no trailing spaces left at the end of the Driver Class value.