I'm lost...
What are the neccessary pieces get an applet that will connect to a
SQLServer on a different server than the one where the WEB server is
installed (which the browser would be hitting). This applet will be
accessed by any browser, but I don't want anyone having to install anything
on the client besides the "normal" java vm, etc. And I wanted something
simple to put on the server to enable JDBC access from the applet. If
neccessary I'll go to an Access database on the WEB server to simplify if I
have to.
Jeff