diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/site/fml/faq.fml | 13 | ||||
-rw-r--r-- | src/site/xdoc/index.xml | 5 |
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> |