Originally posted by vijay kiranwithvijay: How can I connect from an applet to a database on the server?
Applet can make database connections only to the host from which applet is downloaded. put driver in archive and you can create connection to database directly from applet as you do normally.