Hey there,
The issue i am facing is i am trying to make a JDBCODBC connection using a third party custom driver. This is the code i am using
con =DriverManager.getConnection("jdbc:odbc:DS", "username", "password");
Statement stmt = con.createStatement();
Now this...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.