If you installed Connect Daily on Windows using the MH Software network downloader, then all necessary configuration steps have been completed for you. If you are installing Connect Daily manually, then you need to follow these directions.
Before using Microsoft Access as your data store for the calendar, please remember the following items:
Edit the configuration.properties file, putting in the configuration entries for your database
DBObjectClass=com.MHSoftware.db.support.MSAccessDB
JDBCDriver=sun.jdbc.odbc.JdbcOdbcDriver.
JDBCConnectString=jdbc\:odbc\:Driver\={Microsoft Access Driver \ (*.mdb)};DBQ\=E:\\calendar.mdb;READONLY\=false
JDBCPassword=calendar
JDBCUserID=calendar
Note the escaping of the \ character by using two \\ characters.