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

Thread: Problem in installing JDBC ODBC driver in Netbean

  1. #1
    Member
    Join Date
    Jul 2011
    Posts
    51
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Problem in installing JDBC ODBC driver in Netbean

    I'm running my web application on Netbean 7 with apache Tomcat.

    Now, I'm using microsoft access so I'd need to use a My SQL JDBC ODBC connector driver.

    After google around the web, I got this driver by the name of
    Windows (x86, 32-bit), ZIP Archive
    Connector-ODBC 5.2.5 4.8M
    Download
    (mysql-connector-odbc-noinstall-5.2.5-win32.zip)

    I duely right click on the server library and added this accordingly.

    However, I'm still getting an exception from Netbean when I debug.

    I notice that there's no jar inside this zip file at all but contains a driver file with an extension dll.

    No matter how I installed this zip file or the dll file, my web application is still getting this jdbc odbc driver not found. (((

    Hope some kind souls out there can help.

    Thanks!


  2. #2
    Junior Member
    Join Date
    Oct 2013
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Re: Problem in installing JDBC ODBC driver in Netbean

    better you download the jar file and add it in library instead of zip file

Similar Threads

  1. Replies: 0
    Last Post: July 28th, 2013, 08:57 AM
  2. ODBC driver problem with MS Access and Tomcat
    By Java Bean in forum JDBC & Databases
    Replies: 0
    Last Post: March 8th, 2013, 02:07 PM
  3. Replies: 0
    Last Post: December 25th, 2011, 01:59 PM
  4. JDBC Problem - com.mysql.jdbc.Driver
    By icu222much in forum Java Servlet
    Replies: 2
    Last Post: November 21st, 2011, 11:54 PM
  5. Cannot locate sun.jdbc.odbc.jbcOdbc driver
    By birdlover2010 in forum JDBC & Databases
    Replies: 7
    Last Post: November 6th, 2010, 02:57 PM

Tags for this Thread