diff options
-rw-r--r-- | src/site/fml/faq.fml | 4 | ||||
-rw-r--r-- | src/site/xdoc/index.xml | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index 059eba3..1d4cba7 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -16,8 +16,8 @@ <faq id="formats"> <question>What Access formats does it support?</question> <answer> - <p>Jackcess currently supports <i>only</i> Access 2000 - databases. Access 2003 is not supported.</p> + <p>As of the 1.2.0 release, Jackcess supports Access database versions + 2000-2007. Access 97 databases are not supported.</p> </answer> </faq> diff --git a/src/site/xdoc/index.xml b/src/site/xdoc/index.xml index 79d2fc2..7dabdae 100644 --- a/src/site/xdoc/index.xml +++ b/src/site/xdoc/index.xml @@ -9,7 +9,7 @@ <section name="Jackcess"> <p> Jackcess is a pure Java library for reading from and writing to MS - Access databases. It is part of the <a href="http://openhms.sourceforge.net/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>. It is not an application. There is no GUI. It's a + Access databases (currently supporting versions 2000-2007). It is part of the <a href="http://openhms.sourceforge.net/">OpenHMS</a> project from <a href="http://www.healthmarketscience.com/">Health Market Science, Inc.</a>. It is not an application. There is no GUI. It's a library, intended for other developers to use to build Java applications. Jackcess is licensed under the |