To use an Mckoi sql database with an DODS application
1. In the application configuration file <appName>/output/conf/<appName>.conf (or better, in <appName>/input/conf/<appName>.conf.in ) set the following line:
DatabaseManager.DB.<database_id>.Connection.Url = " jdbc:mckoi:local://<confFilePath>"
where < confFilePath> is the full path to the database properties file, and <database_id> is the database identifier used in the configuration file.
2. In the same configuration file, identify the JDBC driver with the line:
DatabaseManager.DB.<database_id>.JdbcDriver = " com.mckoi.JDBCDriver"
3 Add the path to mckoidb.jar and mkjdbc.jar to the setting for CLASSPATH in the application’s run script, in <appName>/run, or better in . <appName>/run.in.
This is the link where you can find all needed information and downloads for InstantDb database: