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

    website not working for two weeks

    How can we check if we have been moved yet? I can't seem to find anywhere that says. Thank You
Top