cancel
Showing results for 
Search instead for 
Did you mean: 

Connect to SQL 2000 and 2012

Former Member
0 Kudos

We have two interfaces. Once connects to 2000 and the other to 2012. Which JDBC drivers do I need to deploy. is it both sqljdbc.jar and sqljdbc4.jar?

Pls advice.

Thanks

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Resolved.

Used sqljdbc4.jar for SQL servers 2005 onwards.

Though microsoft says JDBC driver 3.0 supports connection with 2000, we were getting errors.

As an alternative we used mssqlserver.jar, msbase.jar and msutils.jar to connect to SQL server 2000 and it works fine.

So we have more than one driver installed on pur PI system.

Thanks.

Answers (1)

Answers (1)

udo_martens
Active Contributor
0 Kudos

Hi,

this is actually not PI related. You will find this information in the documentation of the DB provider.

/Udo