diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2012-02-29 21:01:05 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2012-02-29 21:01:05 +0000 |
commit | af34773a0729df5cd9bd5f71077867d4548d6f81 (patch) | |
tree | 56dd4885e7eeb36f2f7af7f8b7fd720fcc61b67f /src | |
parent | c73696764c1bf5a557b7b408140f5cfccf5e6900 (diff) | |
download | jackcess-af34773a0729df5cd9bd5f71077867d4548d6f81.tar.gz jackcess-af34773a0729df5cd9bd5f71077867d4548d6f81.zip |
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
Diffstat (limited to 'src')
-rw-r--r-- | src/site/fml/faq.fml | 17 |
1 files changed, 17 insertions, 0 deletions
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 @@ </answer> </faq> + <faq id="encoding"> + <question>Why do I get an UnsupportedOperationException with the message + "Decoding not supported"?</question> + <answer> + 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 + <a href="apidocs/com/healthmarketscience/jackcess/CodecProvider.html">CodecProvider</a>. + The separate <a href="http://jackcessencrypt.sourceforge.net/">Jackcess Encrypt + project</a> contains the <a href="http://jackcessencrypt.sourceforge.net/apidocs/com/healthmarketscience/jackcess/CryptCodecProvider.html">CryptCodecProvider</a>, + which implements of the Jackess CodecProvider interface and supports + some forms of Access database encryption. + </answer> + </faq> + <faq id="hms"> <question>Who is Health Market Science?</question> <answer> |