summaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2009-10-11 02:14:39 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2009-10-11 02:14:39 +0000
commit53da7b3e5a7d2f1a4159ffaa80663813a585d9e9 (patch)
treedc5efedcc23740f952f87f96bbf07bdcf697e40d /src/site
parent09af14d9f46204becff0cdb10b0946408c1a15f7 (diff)
downloadjackcess-53da7b3e5a7d2f1a4159ffaa80663813a585d9e9.tar.gz
jackcess-53da7b3e5a7d2f1a4159ffaa80663813a585d9e9.zip
site updates
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@404 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r--src/site/fml/faq.fml13
-rw-r--r--src/site/xdoc/index.xml5
2 files changed, 13 insertions, 5 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index d5ee93f..db61a67 100644
--- a/src/site/fml/faq.fml
+++ b/src/site/fml/faq.fml
@@ -201,6 +201,19 @@
for details on enabling large index support.
</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.
+ </answer>
+ </faq>
<faq id="hms">
<question>Who is Health Market Science?</question>
diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml
index dbd5bcb..79d2fc2 100644
--- a/src/site/xdoc/index.xml
+++ b/src/site/xdoc/index.xml
@@ -51,11 +51,6 @@ external database) into a new table:
Some other jackcess related projects:
<ul>
<li>
- <a href="http://www.tiyukquellmalz.org/jackcess-jdbc/">Jackcess-JDBC</a>
- - Open Source JDBC driver with read-only support for Access
- databases (by proxying the data through JavaDB)
- </li>
- <li>
<a href="http://mdbtools.sf.net">mdbtools</a> - Open Source project
for reading Access files, written in C.
</li>