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

    Getting an SQLException trying to use JDBC with applet

    I have solved the problem by upgrading to jdk 1.4. It seems the ODBC driver in 1.3 did not work properly, or maybe it was just the reinstallation that did it...
  2. JediAnt1105

    Getting an SQLException trying to use JDBC with applet

    Thanks palbano. I now get this error log before the exception: ----------------------------------------------- Initialising... starting... DriverManager.getConnection("jdbc:odbc:PCBUDDY") trying driver[className=sun.jdbc.odbc.JdbcOdbcDriver,sun.jdbc.odbc.JdbcOdbcD river@26804e]...
  3. JediAnt1105

    Getting an SQLException trying to use JDBC with applet

    Hi everyone. I'm trying use an applet to communicate with a Microsoft Access database using JDBC. The program runs fine as an application, but when I change it to an applet and run it with AppletViewer, it gives me the following exception: Exception: ---------- Initialising... starting...

Part and Inventory Search

Back
Top