[FONT=Times New Roman]Hello,
I designed applet and want to establish connection with database through applet but everytime when I try to connect to database through applet , i get the following error
java.security.AccessControlException: access denied (java.lang****ntimePermission accessClassInPackage.sun.jdbc.odbc)
Using same code what i used in applet in java application , there is no problem connecting to database . When I searched through internet i came to know that there are some java policy issue but i could not solve it
Any one know how to solve this problem ?