DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4

Thread: JDBC Newbie

  1. #1
    Saiful Guest

    JDBC Newbie


    Hi

    I am new to Java programming.

    Question is - Is there any free JDBC drivers around. Does Java provide a
    free JDBC driver for both JDK2 and JDK1.x

    When you download the JDK from the java.sun webpage, does the JDBC drivers
    inside the package as well. If it is, where is it?

    rgds,
    Saiful



  2. #2
    Kim Fowler Guest

    Re: JDBC Newbie

    You get one free JDBC driver with the JDK. It is the JDBC ODBC bridge
    driver and can be used to connect to ODBC drivers and hence any ODBC
    data source

    It resides within the Runtime classes and the class name you need to
    specify for the driver load is

    sun.jdbc.odbc.JdbcOdbcDriver

    Hope that Helps

    --
    Kim

    On 27 Sep 2000 03:17:00 -0700, "Saiful" <md-saifulamri_omar@hp.com>
    did scribble:

    >
    >Hi
    >
    >I am new to Java programming.
    >
    >Question is - Is there any free JDBC drivers around. Does Java provide a
    >free JDBC driver for both JDK2 and JDK1.x
    >
    >When you download the JDK from the java.sun webpage, does the JDBC drivers
    >inside the package as well. If it is, where is it?
    >
    >rgds,
    >Saiful
    >
    >



    --
    Kim

    Kim Fowler

  3. #3
    Prasanta Guest

    Re: JDBC Newbie


    "Saiful" <md-saifulamri_omar@hp.com> wrote:
    >



    Sif its coming with JDK1.2

    >Hi
    >
    >I am new to Java programming.
    >
    >Question is - Is there any free JDBC drivers around. Does Java provide a
    >free JDBC driver for both JDK2 and JDK1.x
    >
    >When you download the JDK from the java.sun webpage, does the JDBC drivers
    >inside the package as well. If it is, where is it?
    >
    >rgds,
    >Saiful
    >
    >



  4. #4
    Saiful Guest

    Re: JDBC Newbie


    Thanks to all of you guys who has answered my cry of assistance.

    Yes! JDK1.2 does have a JDBC-ODBC driver.

    rgds,
    Saiful

    "Prasanta" <liki@yahoo.com> wrote:
    >
    >"Saiful" <md-saifulamri_omar@hp.com> wrote:
    >>

    >
    >
    >Sif its coming with JDK1.2
    >
    >>Hi
    >>
    >>I am new to Java programming.
    >>
    >>Question is - Is there any free JDBC drivers around. Does Java provide

    a
    >>free JDBC driver for both JDK2 and JDK1.x
    >>
    >>When you download the JDK from the java.sun webpage, does the JDBC drivers
    >>inside the package as well. If it is, where is it?
    >>
    >>rgds,
    >>Saiful
    >>
    >>

    >



Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links