I am trying to develop an applet that needs to access an Access data base. If I run my code not within a HTML page but from the MSDos window (with java Myapplet) it works succesfully but when I try to run the applet from the browser a message like "applet notinited" appears in the status bar.
I have tried to solve it using the library provided by netscape to enable certain permissions that applets usually do not have (like file reading/writing) but it did not work. Furthermore, aparently there is no target (class Target) related to data base access.
I would like to access my data base running my applets from Netscape and also from Internet Explorer. I have been looking for an Internet Explorer library that allows controlling security (like the one I found for Netscape) but I did find nothing.
Thanks a lot four your kind help in advance.
I have tried to solve it using the library provided by netscape to enable certain permissions that applets usually do not have (like file reading/writing) but it did not work. Furthermore, aparently there is no target (class Target) related to data base access.
I would like to access my data base running my applets from Netscape and also from Internet Explorer. I have been looking for an Internet Explorer library that allows controlling security (like the one I found for Netscape) but I did find nothing.
Thanks a lot four your kind help in advance.