Clearly I don't know what I'm doing. Before I retired I had to access MS SQL databases. Now I am trying to use MS Access. Most of what I found on the web is 8-10 years old, and possibly that's why I'm having a problem.
I'm connecting using
JDBC["Microsoft Access(ODBC)",
"Y:/myFolder/data one.accdb"]];
I get an error telling me
JDBC::ClassNotFound.
I'd appreciate some help.
conn = OpenSQLConnection[JDBC["Microsoft Access(UCanAccess)", accdbPath]]$\endgroup$