Welcome to the Java Programming Forums


The professional, friendly Java community. 21,500 members and growing!


The Java Programming Forums are a community of Java programmers from all around the World. Our members have a wide range of skills and they all have one thing in common: A passion to learn and code Java. We invite beginner Java programmers right through to Java professionals to post here and share your knowledge. Become a part of the community, help others, expand your knowledge of Java and enjoy talking with like minded people. Registration is quick and best of all free. We look forward to meeting you.


>> REGISTER NOW TO START POSTING


Members have full access to the forums. Advertisements are removed for registered users.

Results 1 to 4 of 4

Thread: MS SQL server 2005 to 2008 R2 migration

  1. #1
    Junior Member
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default 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


  2. #2
    mmm.. coffee JavaPF's Avatar
    Join Date
    May 2008
    Location
    United Kingdom
    Posts
    3,336
    My Mood
    Mellow
    Thanks
    258
    Thanked 294 Times in 227 Posts
    Blog Entries
    4

    Default 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.
    Please use [highlight=Java] code [/highlight] tags when posting your code.
    Forum Tip: Add to peoples reputation by clicking the button on their useful posts.

  3. #3
    Junior Member
    Join Date
    Apr 2011
    Posts
    2
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: MS SQL server 2005 to 2008 R2 migration

    Quote Originally Posted by JavaPF View Post
    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 .

  4. #4
    Administrator copeg's Avatar
    Join Date
    Oct 2009
    Location
    US
    Posts
    5,320
    Thanks
    181
    Thanked 833 Times in 772 Posts
    Blog Entries
    5

    Default 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.

Similar Threads

  1. UDP Server Client program to send and receive messages
    By Koren3 in forum Java Networking
    Replies: 1
    Last Post: September 5th, 2011, 10:16 AM
  2. Some Help For Server ..
    By JustFashion in forum What's Wrong With My Code?
    Replies: 2
    Last Post: February 27th, 2011, 05:58 AM
  3. java.util.* and visual studio 2005
    By natalie in forum Java Theory & Questions
    Replies: 0
    Last Post: February 26th, 2010, 10:34 AM
  4. Replies: 2
    Last Post: August 4th, 2009, 11:25 PM
  5. [SOLVED] Problem in UDS client,server program
    By Koren3 in forum Java Networking
    Replies: 8
    Last Post: March 28th, 2009, 03:05 PM