The easiest way is to set up your access db with an ODBC (microsoft stuff) service. Then you can use the JDBC-ODBC bridge to get
java to talk to ODBC.
You should be able to set this up in the OCBD section of the control panel, then use the sun.jdbc.odbc.JdbcOdbcDriver with the url "jdbc: odbc:accounts"
I have some sample code but I can't get to it at the moment :}
Apart from the ODBC stuff it's all the same anyways.
Dave.
[This message has been edited by David O'Meara (edited July 22, 2001).]