MS SQL server 2005 to 2008 R2 migration
Hi
My application is developed in jdk1.4 and JRUN using MS SQL server 2005
Now I want to upgrade with MS SQL server 2008 R2 but problem is
SQL server 2008 R2 provide the driver sqljdbc.jar that jar not compatible
With jdk1.4 its support jdk1.5,my problem we can not change the server
Configuration because it share server.
Any solution you have to run this application in jdk1.4 with MS SQL server 2008 R2
Data base
Re: MS SQL server 2005 to 2008 R2 migration
If the SQL Server 2008 R2 driver is not compatible with JDK1.4, you are pretty stuck unless you can run it under 1.5.
Re: MS SQL server 2005 to 2008 R2 migration
Quote:
Originally Posted by
JavaPF
If the SQL Server 2008 R2 driver is not compatible with JDK1.4, you are pretty stuck unless you can run it under 1.5.
i know that, but i want to some alternative ...any idea to run in jdk 1.4 because i can not change the setting .
Re: MS SQL server 2005 to 2008 R2 migration
Can you just install a version of 1.5 on the server without changing the PATH, and run your application using that version? This way the PATH for the server still points to 1.4, and you can manually run your application by running it with the 1.5 version.