Connecting to a database over the internet
Hello ,
Ok heres an interesting question -
I would like to have an applet running on my browser which needs to connect
to a central server over the internet, which in turn will need to connect to a
database and query some results. These results will be stored as flat files within
the server.
At the moment, I have an URL that connects to the database via the
internet and that is working. However I don't think my applet on my browser
will be able to create a flat file on that server direclty.
Could some one please tell me how to go about this problem?
Shalini
|