I am using UCanAccess driver to connect to an MS Access database without security from Knime software. Now, I need to do the same connection but with a MS Access DB (MDB file) secured by a workgroup security file (MDW).
Anyone knows how to do this using UCanAccess? or maybe using another driver?
When I connect to that database from Power BI, I use an odbc connector with the following url
jdbc:odbc:Driver={Microsoft Access Driver (*.mdb)};DBQ=C:\bsc_uob\Indicadores_UOB_cliente.mdb;SystemDB=C:\bsc_uob\Seguridad.mdw;
But i cannot use odbc driver in knime.
I need something similar for UCanAccess. I tried to do this:
jdbc:ucanaccess://C:\bsc_uob\Indicadores_UOB_cliente.mdb;SystemDB=C:\bsc_uob\Seguridad.mdw
But I got this error:
ERROR Database Connector 0:20 Execute failed: Could not create connection to database: Decoding not supported. Please choose a CodecProvider which supports reading the current database encoding.