Re: Accessing Applets within a browser which retrieves data from a DBMS
Posted By:
Laxman_Subramanian
Posted On:
Monday, December 23, 2002 11:40 AM
Normally Applets dont have permissions to read/write or access any of the files on the clients box along with no network permissions to open or connect to any machine other than the one on which it orginated from . You need to sign the applet to access client side files .
Where actually is your DBMS on the client side(Browser side ?) or onthe server side ?
Testing it with AppletViewer wil make your applet run as application where sand box retriction is not there ..
Read more about sand box retirctions ..
com/ms/security/permissions/FileIOPermission .. this basically implies you are running the applet in IE browser with Microsoft Virtual Machine and the VM spits out saying the applet is not trusted and does not have permissions ..