From 3b3e5da9d3e0514d1cbfc4b09ccd482014171b08 Mon Sep 17 00:00:00 2001 From: James Ahlborn Date: Mon, 28 Aug 2006 12:23:44 +0000 Subject: [PATCH] added info about password protection git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@103 f203690c-595d-4dc9-a70b-905162fa7fd2 --- xdocs/faq.fml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/xdocs/faq.fml b/xdocs/faq.fml index 909c69c..f64234f 100644 --- a/xdocs/faq.fml +++ b/xdocs/faq.fml @@ -21,6 +21,15 @@ + + Are password protected databases supported? + +

Basic password protection is merely 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.

+
+
+ How is this different from -- 2.39.5