This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
how i can use jdbc with applet in java
Posted by usman on August 06, 2001 at 4:26 AM
> I want to use JDBC in Applet to access to MSAccess database ,but i can not do it! > I tested the source throuth the appletviewer but send me a message : > java.security.AccessControlException: access denied (java.lang.RuntimePermission accessClassInPackage.sun.jdbc.odbc) > > What must i do? Is there a driver that i must download? if yes from where? > thanks
Replies:
|