diff options
author | James Ahlborn <jtahlborn@yahoo.com> | 2010-04-19 12:36:18 +0000 |
---|---|---|
committer | James Ahlborn <jtahlborn@yahoo.com> | 2010-04-19 12:36:18 +0000 |
commit | e72ae95ced99cbc203493024b0e87fb5c07a9885 (patch) | |
tree | 2656c9e7eabd15ce8c44a5730624500146d4ffe7 /src/site | |
parent | 613dd35999760ba00e87b77fa6ab8986ebc2f7d4 (diff) | |
download | jackcess-e72ae95ced99cbc203493024b0e87fb5c07a9885.tar.gz jackcess-e72ae95ced99cbc203493024b0e87fb5c07a9885.zip |
update some site docs for 1.2.0 release
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@467 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-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 |