Re: Accessing a database on load of an applet from the server
Posted By:
John_Zukowski
Posted On:
Wednesday, April 25, 2001 07:05 PM
As already mentioned in the FAQ, untrusted applets can only communicate with the server from which it came. If the database is on the client machine, you must sign your code and the user must trust this.