I have a servlet that interacts with an MS Access database called test.mdb, I'm connecting to it using DSN which is test conn = DriverManager.getConnection("jdbc:odbc:test", "", ""); However I want to upload the servlet along with the database to a remote server, how can I change the code to point the database name test.mdb without -obviously- using the DSN name that is set in the control panel