Search results

  1. K

    Connecting to database through java applet

    Hello, I am confused on how to connect to a database through a java applet hosting on the server. Within the applet I would use: try { Class.forName("sun.jdbc.odbc.JdbcOdbcDriver"); //Or any other driver } catch(Exception x){ System.out.println( "Unable...
Top