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