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 Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. kaushikmehta

    JDBC Connection (Urgent...please Help

    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...
  2. kaushikmehta

    JDK Conflict

    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...

Part and Inventory Search

Back
Top