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 drivers

  1. #1
    Junior Member
    Join Date
    May 2014
    Posts
    5
    My Mood
    Tolerant
    Thanks
    3
    Thanked 0 Times in 0 Posts

    Question JDBC drivers

    hi people,
    trying to get out of WC hang-over and getting into JAVA, i have started with this new topic JDBC. Well even if there are lots of tutorials available on JDBC, i can't really find an appropiate answer to my questions. here are my questions below...

    1. what does the JDBC drivers do? explain the flow of instructions(queries) from java programs to database then back to java.(donot have to explain the types of drivers)

    2. what does it mean by "Drivers are available from third party or database product vendors "..??
    i thought jdbc drivers were available in java.sql packages.

    3. what about the drivers of the database software i'm using(suppose oracle)? when they get into action?

    if you guys can provide a schematic diagram of the query flow b/w
    <java prog>---<jdbc> ---<database>
    then it will be really good for me.

    thank you..!!!
    bye...!!!


  2. #2
    Super Moderator
    Join Date
    Jun 2013
    Location
    So. Maryland, USA
    Posts
    5,520
    My Mood
    Mellow
    Thanks
    215
    Thanked 698 Times in 680 Posts

    Default Re: JDBC drivers

    Thread moved.

  3. #3
    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: JDBC drivers

    Suggested reading: JDBC driver - Wikipedia, the free encyclopedia

Similar Threads

  1. jdbc
    By vaibz20v in forum JDBC & Databases
    Replies: 1
    Last Post: April 13th, 2013, 11:29 AM
  2. JDBC Problem - com.mysql.jdbc.Driver
    By icu222much in forum Java Servlet
    Replies: 2
    Last Post: November 21st, 2011, 11:54 PM
  3. jdbc
    By kundalikk in forum What's Wrong With My Code?
    Replies: 1
    Last Post: February 2nd, 2011, 04:38 AM
  4. Missing drivers?
    By mjpam in forum JDBC & Databases
    Replies: 5
    Last Post: September 6th, 2010, 08:00 PM

Tags for this Thread