From 499897124cf42fcc879db23833f6067099ec9a94 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Tue, 3 Apr 2012 13:41:34 +0000 Subject: [PATCH] doc updates git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@623 f203690c-595d-4dc9-a70b-905162fa7fd2 --- src/changes/changes.xml | 6 +++--- src/site/fml/faq.fml | 22 +++++++++++++++++----- 2 files changed, 20 insertions(+), 8 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 6c6b401..7e8f5ac 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -5,9 +5,6 @@ - - Rename and refactor the Cursor find methods to improve usability. - Add initial support for linked tables. Linked tables will now be loaded by the normal Database.getTable method. Linked tables can be @@ -15,6 +12,9 @@ resolution can be customized per Database by supplying a custom LinkResolver. + + Rename and refactor the Cursor find methods to improve usability. + 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 @@ + + Does Jackcess provide a JDBC driver for Microsoft Access databases? + + 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. + + + Can Jackcess execute SQL queries? As of the 1.1.19 release, Jackcess has the ability to read 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 execute 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 execute these Queries. See this question + for more details regarding JDBC and Jackcess. @@ -259,7 +271,7 @@ - Why do I get an UnsupportedOperationException with the message + Why do I get an UnsupportedCodecException with the message "Decoding not supported"? This exception indicates that the Access database you are attempting -- 2.39.5