From af34773a0729df5cd9bd5f71077867d4548d6f81 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Wed, 29 Feb 2012 21:01:05 +0000 Subject: [PATCH] add FAQ entry about 'decoding not supported' message git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@614 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/site/fml/faq.fml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 7333143..1e391aa 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -258,6 +258,23 @@ + + Why do I get an UnsupportedOperationException with the message + "Decoding not supported"? + + This exception indicates that the Access database you are attempting + to open is "encrypted" using one of the various forms of encryption + utilized by Microsoft. Due to various constraints, the Jackcess + project does not directly support decrypting Access databases, but + does, however, support plugging in encryption support using a custom + CodecProvider. + The separate Jackcess Encrypt + project contains the CryptCodecProvider, + which implements of the Jackess CodecProvider interface and supports + some forms of Access database encryption. + + + Who is Health Market Science? -- 2.39.5