how to connect Applet to JDBC driver (urgent !!!)
Hi,
I had problems getting the applet connected to a database in the server using JDBC. When I run the applet in appletviewer I got the error msg :
"Exception occurred during event dispatching:
java.security.AccessControlException: access denied (java.lang.RuntimePermission
accessClassInPackage.sun.jdbc.odbc "
.....this error refers to the line in my source code:
Class.forName("sun.jdbc.odbc.JdbcOdbcDriver");
Please help , thank you!

