]> source.dussan.org Git - jackcess.git/commitdiff
add faq entry
authorJames Ahlborn <jtahlborn@yahoo.com>
Sat, 30 Dec 2023 17:19:36 +0000 (17:19 +0000)
committerJames Ahlborn <jtahlborn@yahoo.com>
Sat, 30 Dec 2023 17:19:36 +0000 (17:19 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@1403 f203690c-595d-4dc9-a70b-905162fa7fd2

src/site/fml/faq.fml

index f286fcfcabb0a3894d9e651135f8108f87fcc1c4..88be76dcb5b19299624a0d2f9d70d06b7298d286 100644 (file)
       </answer>
     </faq>
 
+    <faq id="read-during-write">
+      <question>Can Jackcess open an Access database read-only while it is
+                being edited by another application?</question>
+      <answer>
+        <p>
+          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.
+        </p>
+      </answer>
+    </faq>
+    
     <faq id="bugs">
       <question>It doesn't work!</question>
       <answer>