From: James Ahlborn Date: Sat, 30 Dec 2023 17:19:36 +0000 (+0000) Subject: add faq entry X-Git-Tag: jackcess-4.0.6~8 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=e8d8c1d9ed8bd993b647e2ef675c181e8fced166;p=jackcess.git add faq entry git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1403 f203690c-595d-4dc9-a70b-905162fa7fd2 --- diff --git a/src/site/fml/faq.fml b/src/site/fml/faq.fml index f286fcf..88be76d 100644 --- a/src/site/fml/faq.fml +++ b/src/site/fml/faq.fml @@ -264,6 +264,23 @@ + + Can Jackcess open an Access database read-only while it is + being edited by another application? + +

+ Using Jackcess read-only on the db would not corrupt the db file + itself. That said, you risk that jackcess will throw spurious + exceptions or find invalid or "corrupt" data while attempting to + read the database because the database file may not be internally + consistent at all times. So, at the very least, you will need to + expect reads to occasionally fail. Depending on what "reliability" + you require of the data, you might also need to handle reading data + which is not 100% correct. +

+
+
+ It doesn't work!