Vinay Khare wrote:
> Hi
> how can I read data fo database from client machine
> through servlet. if i want to read database of client
> machine and update my database in server .....
> how to Use IP adds to read data from machine ....
> following code is working with console application but
> not in applet or servlet .Not even throwing exception.
>
Applets cannot access local files on the client unless they are signed, and
the browser configuration settings are set to allow it. See the security
documentation on applets, and the security settings of the browser you are
using, for more info.
> [snip]
> catch(Exception e){
> }
> [snip]
It is pretty hard to tell whether exceptions are getting thrown when you
ignore them completely :-).
Craig McClanahan
___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".
Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html