I have an Access database that I want to put on the Web. I tried using FrontPage 98 but the output is kind of ugly. I was able to use Swing to display the database but I was using the JDBC-ODBC bridge to access the data. This will be going on an IIS4 server. My question is, can I create a serverlet that uses the JDBC-ODBC bridge to access the data and if so, where can I find the information to help me do this? Or is there a better way without having to purchase some sort of JDBC database engine?