Sign up to take part
Registered users can ask their own questions, contribute to discussions, and be part of the Community!
Added on June 30, 2020 4:28PM
Likes: 2
Replies: 0
Many of our users have shown interest in utilizing MS Access in Dataiku DSS. In the interest of knowledge sharing, we wanted to demonstrate how to do just that.
How to open an MS Access file
ucanaccess-4.0.4.jar
and jackcess-2.1.11.jar
(including the ones from lib/) into DATA_DIR/lib/jdbc/
(see Installing database drivers for more details)net.ucanaccess.jdbc.UcanaccessDriver
jdbc:ucanaccess://<filepath>
, e.g. jdbc:ucanaccess:///home/johndoe/Documents/fooDB.accdb
Connecting to MS Access file with Date/Time data type
Be sure to follow the above steps, but utilize UCanAccess 4.0.4