CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2

Thread: jdbc to db2

  1. #1
    Join Date
    May 2000
    Posts
    116

    jdbc to db2

    hi
    can i connect to a db2 databse with the help of jdbcodbcdriver.or do u i have to go in for specialised driver for db2???


  2. #2
    Join Date
    Dec 1999
    Location
    Chonghe, Taipei County, Taiwan, R.O.C.
    Posts
    231

    Re: jdbc to db2

    I have find the jdbc driver for db2 in the book, XML and Java Developing Web Application. It use
    the jdbc driver, Com.ibm.db2.jdbc.app.DB2Driver , for the JDBC application in the book. It has the
    url : http://www.software.ibm.com/data/db2/java . You may visit to there for that driver.
    I am not sure if the driver does exist there. If no, you may contact IBM.
    The jdbc-odbc brigde is used to connect to the database which provide the ODBC interface for
    application to access data in the database. I do not know if the db2 provide ODBC interface, But
    it seem not to connect to the data in such a way, jdbc-odbc-db2odbc-db2. It seems to lose the
    performace of accessing database. Since the DB2 database have has the JDBC driver.
    good luck,
    Alfred Wu


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured