How to connect to a password-protected ACCDB file using UcanAccess 5.1.2 #21
Unanswered
Takumi-Inoue-hulft
asked this question in
Q&A
Replies: 1 comment
-
Hi Takumi, I was wondering whether someone would ask that question :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I was connecting to a password-protected ACCDB file using UcanAccess 5.0.1 by implementing the JackcessOpenerInterface as follows:
I am attempting to upgrade to UcanAccess 5.1.2. However, since Jackcess has been forked and the package has moved from
com.healthmarketscience.jackcess
toio.github.spannm.jackcess
, the argument expected byio.github.spannm.jackcess.DatabaseBuilder#withCodecProvider
has also changed toio.github.spannm.jackcess.impl.CodecProvider
.The interface for
CryptCodecProvider
in jackcess-encrypt 4.0.2 (the latest version as of now) is fromcom.healthmarketscience.jackcess.impl
, so it cannot be set withwithCodecProvider
.Beta Was this translation helpful? Give feedback.
All reactions