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: regarding driver identification

  1. #1
    Member
    Join Date
    Oct 2013
    Location
    india
    Posts
    31
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default regarding driver identification

    how i can identify the driver(type1,type2,type3,type4) after installing the oracle database
    please give me examples with 4 different drivers


  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: regarding driver identification

    Thread moved.

    Please clarify your question, and, No, we won't provide examples.

  3. #3
    Member
    Join Date
    Oct 2013
    Location
    india
    Posts
    31
    Thanks
    1
    Thanked 0 Times in 0 Posts

    Default Re: regarding driver identification

    Quote Originally Posted by GregBrannon View Post
    Thread moved.

    Please clarify your question, and, No, we won't provide examples.
    for example if we are type 4 driver then we writing drivertype as "thin" how we know this

    --- Update ---

    for example if we are using type 4 driver then we writing drivertype as "thin" how we know this

  4. #4
    Member
    Join Date
    Feb 2014
    Posts
    180
    Thanks
    0
    Thanked 48 Times in 45 Posts

    Default Re: regarding driver identification

    According to Oracle JDBC Frequently Asked Questions there are only type 2 and type 4 drivers. Look through the other questions in the FAQ. You should be able to find what you need to know there.

Similar Threads

  1. Driver Issue
    By smc in forum What's Wrong With My Code?
    Replies: 3
    Last Post: January 30th, 2014, 06:50 AM
  2. regarding driver identification
    By chinnu&manu in forum What's Wrong With My Code?
    Replies: 4
    Last Post: January 17th, 2014, 08:10 AM
  3. type-4 driver with jdbc
    By muzammil786 in forum JDBC & Databases
    Replies: 3
    Last Post: February 13th, 2013, 08:04 AM
  4. Class Driver help
    By Kseidel in forum Object Oriented Programming
    Replies: 2
    Last Post: November 2nd, 2012, 01:06 PM