Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

JDK Conflict

Status
Not open for further replies.

kaushikmehta

Programmer
Sep 6, 2001
2
US
Hey there guys

I am stuck with a problem and any help i can get would be appreciated. Here is the scenario

I have an ODBC Driver called linkbook. This helps me connect to a betrieve database. Now when i use JDK 1.1.8, i can make a JDBC ODBC call and retrieve the database. But as soon as i do the same with JDK 1.3.1 it gives me an error

SQLException: The result set type is not supported.

Now from what i understand the programmer who has written the driver has used JDBC 1.0 API to interpret the result set, but some of those classes have been deprecated in the later version of JDBC API. I tried reconstructing the whole 1.1.8 class library as a customer jar file and tried to access it from jdk 1.3.1, but it gives me a

No Suitable Driver found error.

HELP!!!!

I would appreciate any help in figuring out how to access 1.1.8 API from 1.3.1

thanks

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top