I wonder if you can manipulate a sql-Database(read,write,create...) from an
Applet without violating the applet sequrity restrictions?
Printable View
I wonder if you can manipulate a sql-Database(read,write,create...) from an
Applet without violating the applet sequrity restrictions?
Its quite easy to go to the db via a jsp/servlet or asp page and get the
same results by using a url connection from the java.net package.
Regards
John Timney (MVP)
Mike S <matsla@hotmail.com> wrote in message
news:38e379b7$1@news.devx.com...
>
> I wonder if you can manipulate a sql-Database(read,write,create...) from
an
> Applet without violating the applet sequrity restrictions?