aboutsummaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2012-04-03 13:41:34 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2012-04-03 13:41:34 +0000
commit499897124cf42fcc879db23833f6067099ec9a94 (patch)
treeacbd6cc0b75d21b46af19ce8ba6365162477e76e /src/site
parentaf2a153cf3e4fb13a1d4a1fee6b762dd77ea8667 (diff)
downloadjackcess-499897124cf42fcc879db23833f6067099ec9a94.tar.gz
jackcess-499897124cf42fcc879db23833f6067099ec9a94.zip
doc updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@623 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r--src/site/fml/faq.fml22
1 files changed, 17 insertions, 5 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 1e391aa..624efe9 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -218,16 +218,28 @@
</answer>
</faq>
+ <faq id="jdbc">
+ <question>Does Jackcess provide a JDBC driver for Microsoft Access databases?</question>
+ <answer>
+ Unfortunately, no. The Jackcess API is a direct implementation of the
+ features available for interacting with an Access database. There is
+ currently no implementation of the JDBC API included with the Jackcess
+ library. While this library would be a great foundation for a JDBC
+ driver, implementing the JDBC API is currently outside the scope of
+ this project. There have been a few attempts to use Jackcess to build
+ JDBC drivers for Access databases, but none of the projects seem to
+ have progressed very far before becoming inactive.
+ </answer>
+ </faq>
+
<faq id="query">
<question>Can Jackcess execute SQL queries?</question>
<answer>
As of the 1.1.19 release, Jackcess has the ability to <i>read</i> the
Queries saved in an Access database (i.e. interpret the data stored in
the system Queries table). However, Jackcess does not have the
- ability to <i>execute</i> these Queries. There have been a few
- attempts to use Jackcess to build JDBC drivers for Access databases,
- but none of the projects seem to have progressed very far before
- becoming inactive.
+ ability to <i>execute</i> these Queries. See <a href="#jdbc">this question</a>
+ for more details regarding JDBC and Jackcess.
</answer>
</faq>
@@ -259,7 +271,7 @@
</faq>
<faq id="encoding">
- <question>Why do I get an UnsupportedOperationException with the message
+ <question>Why do I get an UnsupportedCodecException with the message
"Decoding not supported"?</question>
<answer>
This exception indicates that the Access database you are attempting