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

    JDBC 2.0 Drivers

    Can anyone kindly inform me about the existence of a free downloadable JDBC 2.0 driver with which I can run JDBC code that uses JDBC 2.0 API ? With Sun's JdbcOdbc Bridge driver I get UnsupportedOperationException when I run the code(using JDK 2) that has JDBC API calls like ResultSet object's method first().


  2. #2
    Join Date
    Oct 1999
    Location
    usa
    Posts
    33

    Re: JDBC 2.0 Drivers

    i got one from for oracle called 816classes12.zip
    jdbc driver category 4 - thin client .

    you can download from http://members.xoom.com/goodfreead

    http://members.xoom.com/lookads

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