aboutsummaryrefslogtreecommitdiffstats
path: root/src/site
diff options
context:
space:
mode:
authorJames Ahlborn <jtahlborn@yahoo.com>2014-12-10 20:56:46 +0000
committerJames Ahlborn <jtahlborn@yahoo.com>2014-12-10 20:56:46 +0000
commit3c627eeec0d461418519d18cd4197b2d0bc0068e (patch)
tree062c466f66927ab78828f66c4c086f321e5802a0 /src/site
parentd327ceb55eef6e222749346e2c20c7e5dfd08041 (diff)
downloadjackcess-3c627eeec0d461418519d18cd4197b2d0bc0068e.tar.gz
jackcess-3c627eeec0d461418519d18cd4197b2d0bc0068e.zip
update some out of date info on the faq
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@903 f203690c-595d-4dc9-a70b-905162fa7fd2
Diffstat (limited to 'src/site')
-rw-r--r--src/site/fml/faq.fml35
1 files changed, 10 insertions, 25 deletions
diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml
index 5c9e8d7..790c137 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>As of the 1.2.4 release, Jackcess supports Access database versions
- 2000-2010 read/write and Access 97 read-only.</p>
+ <p>Jackcess supports Access database versions 2000-2013 read/write and
+ Access 97 read-only.</p>
</answer>
</faq>
@@ -28,6 +28,8 @@
software enforced, and Jackcess does not do any password checking
at this point. So, a password protected database can be used the
same as any other.</p>
+ <p>If a database is actually encrypted, then you will need need an
+ <a href="#encoding">encoder</a>.</p>
</answer>
</faq>
@@ -57,12 +59,11 @@
<tr>
<td>"Enforce Referential Integrity" (aka foreign key
constraints)</td>
- <td>Off by default, optional support available in 1.2.10
- release.</td>
+ <td>On by default, can be selectively disabled.</td>
</tr>
<tr>
<td>Field/Table Properties (Validation rules, Input masks, etc)</td>
- <td>No</td>
+ <td>No (but Jackcess does provide access to the Properties)</td>
</tr>
</table>
</answer>
@@ -93,11 +94,10 @@
started work on Jackcess.
</p>
<p>
- mdbtools supports Access 97 databases, which Jackcess does not.
- The Java port of mdbtools also includes an implementation of
- a small subset of the JDBC APIs. Jackcess does not currently,
- but a pure Java JDBC driver for Access could certainly be written
- on top of Jackcess.
+ The Java port of mdbtools includes an implementation of a small
+ subset of the JDBC APIs. Jackcess does not currently, but a pure
+ Java JDBC driver for Access could certainly be written on top of
+ Jackcess.
</p>
</answer>
</faq>
@@ -241,21 +241,6 @@
</answer>
</faq>
- <faq id="bigindex">
- <question>Why am I getting an UnsupportedOperationException (or
- IOException) when updating an indexed table?</question>
- <answer>
- Previously index update support only handled tables with small numbers
- of rows. When the index size limit was reached an
- UnsupportedOperationException (or possibly an IOException) was thrown.
- As of the 1.1.14 release, experimental, optional large index support
- has been added. As of the 1.2.0 release, large index support is
- enabled by default. This support is enabled/disabled via a few
- different means. Please see the <a href="apidocs/com/healthmarketscience/jackcess/Database.html">Database
- javadocs</a> for details on enabling/disabling large index support.
- </answer>
- </faq>
-
<faq id="jdbc">
<question>Does Jackcess provide a JDBC driver for Microsoft Access databases?</question>
<answer>