kaushikmehta
Programmer
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
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