You need to go to the "System DSN" tab to create your data source.
The following then shows the two ways to access the database using the Access driver. You can access the database directly or through the ODBC name:
The code formatting doesn't like the following code, but here is how you can map the database directly without using ODBC:
//
String url =
// "jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=c:/teenergy/data/teenergy.mdb";
I don't know how to turn of the Emoticons. See below for actual code.