| Author |
Applet and DataBase Connectivity
|
omar bili
Ranch Hand
Joined: Aug 13, 2004
Posts: 177
|
|
Hi can we connect to an access database using an Applet and WinXp , is it like working in a JFrame or there is some security problems ? thx
|
 |
Jeanne Boyarsky
internet detective
Marshal
Joined: May 26, 2003
Posts: 26496
|
|
Omar, Yes, you can connect using JDBC. If you are trying to access a database on the same machine, there are no security issues. If it is a remote machine, the situation is more complicated. If this is the case, we can move this thread to our Applets forum for discussion on the security issues.
|
[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: Applet and DataBase Connectivity
|
|
|