Hello, i am newbieCurently iam designing a java desktop App that needs to query a database in a server (like yahoo mesenger). How can i make this posible (and safe) ? Thanks
[194 byte] By [twintriodea] at [2007-10-2 22:17:58]
It is possible through JDBC and you can make it "safe" by using servlets to access your data so your client never sees anything having to do with links to your database.