Hi all,
This is my first post so I apologize if a break any protocols.
I am creating an
applet that has a table of data built from a database. One of the columns has buttons embedded in each cell so you can perform an action on the row of your choice. This data is then inserted into a row in a table.
The problem I first encouontered was when I launched the applet, it gave an exception saying that access was denied. Once I looked into it, I found one solution that involved setting up a policy file on the local machine. This works great locally.
Now, my real problem is that when I access this applet form another browser on another manchine, the applet is looking for the local database and policy file.
How do I tell the applet to point the remote database and allow a user to perform actions on the rows in a table where the results are posted to the appropriate table?
Thanks in advance for your help!
kh
