cancel
Showing results for 
Search instead for 
Did you mean: 

JDBC Adapter

Former Member
0 Kudos

hi there,

Can you please let me know where can I find JDBC Driver com.microsoft.jdbc.sqlserver.SQLServerDriver.

And also how to install it.

I would appreciate if you send me some links related to it. Thank You.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos
bhavesh_kantilal
Active Contributor
0 Kudos

The SQL Server driver can be installed from here,

http://msdn.microsoft.com/data/ref/jdbc/

Regards,

bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

Hi,

To access any Database from XI, you will have to install the corresponding Driver on your XI server. Check this link for how to install JDBC drivers,

https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-964...

The the new SQL Server 2005 jdbc driver (sqljdbc.jar) can be obtained from the Microsoft Website. Just do a search for it there.

The configuration for this driver on JDBC adapter would be,

Driver <b>com.microsoft.sqlserver.jdbc.SQLServerDriver</b>

the URL is <b>jdbc:sqlserver://host:1433;DatabaseName=name</b>

Regards,

Bhavesh