| Author |
Connecting to a database over the internet
|
Shalini Sridhar
Greenhorn
Joined: May 20, 2006
Posts: 4
|
|
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
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
Shalini, Welcome to JavaRanch! I'm moving this to our applet forum since it has more to do with applets and security than JDBC.
|
[Blog] [JavaRanch FAQ] [How To Ask Questions The Smart Way] [Book Promos]
Blogging on Certs: SCEA Part 1, Part 2 & 3, Core Spring 3, OCAJP, OCPJP beta, TOGAF part 1 and part 2
|
 |
 |
|
|
subject: Connecting to a database over the internet
|
|
|