I have an applet, and I want to put this applet in a web server. Can you tell me, how I will put the ODBC/JDBC drivers in the applet code So my applet can see my database??????? Local on my machine, I load the JDBC/ODBC drivers from control panel (from DataSources ODBC), and I am using the name in the url in my applet code and is working just fine. Now when the applet is running on the web-server, how I connect that applet with my database????