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 3 of 3

Thread: jdbc odbc on wondows 11

  1. #1
    Junior Member
    Join Date
    Mar 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Question jdbc odbc on wondows 11

    I had created a simple java database program using jdbc odbc (ms access) in 2012 on windows 7. I need to use the program on windows 11 now. I installed the latest JRE and configured the odbc on windows 11. The executable jar does run but does not connect to the database. What changes do I require here?

  2. #2
    Junior Member
    Join Date
    Mar 2023
    Location
    Vancouver, Canada
    Posts
    10
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: jdbc odbc on wondows 11

    I believe that support for ODBC support was dropped in Java8. What are the Java version for the Windows7 (working) and Windows11 (not working) platforms?

  3. #3
    Junior Member
    Join Date
    Feb 2023
    Posts
    1
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: jdbc odbc on wondows 11

    Transitioning between operating systems can sometimes throw a wrench in the works, especially when it comes to these legacy setups. Now, tackling the issue of connectivity. It's possible that there might be some compatibility quirks between your program and the new environment. Have you checked if there are any specific updates or patches addressing JDBC-ODBC compatibility on Windows 11? Sometimes, a quick tweak or two can make all the difference. Oh, and speaking of tweaks, if you're still on the hunt for those Windows keys, I recently came across digitalchillmart.com. They've got a pretty sweet selection of legit keys for both Windows 10 and 11, and the prices ain't half bad, either.
    Last edited by jahansiddika; March 1st, 2024 at 07:44 AM.

Similar Threads

  1. Replies: 0
    Last Post: August 21st, 2014, 06:25 AM
  2. Replies: 1
    Last Post: October 14th, 2013, 12:50 AM
  3. Replies: 4
    Last Post: August 3rd, 2013, 11:57 PM
  4. Cannot locate sun.jdbc.odbc.jbcOdbc driver
    By birdlover2010 in forum JDBC & Databases
    Replies: 7
    Last Post: November 6th, 2010, 02:57 PM