Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

newbie Database Help

Status
Not open for further replies.

IDoNow

Programmer
Dec 27, 2001
7
US
I used a jdbc-odbc connection to connect to my database. Which works fine, but when I convert my java program to an applet I get an access denied error. The exact error is

java.security.AccessControlException: access denied <java.lang.RunTimePermission accessClassInPackage.sun.jdbc.odbc>

I assuming the error is in like the Java.policy or java.security files, but I know what to change. If anyone could help me with some code or a informational site I would really appreciate it.

Thanks for your help :)
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top