]> source.dussan.org Git - jackcess.git/commitdiff
Added Linux button, ODBC faq.
authorTim McCune <javajedi@users.sf.net>
Mon, 11 Apr 2005 03:18:02 +0000 (03:18 +0000)
committerTim McCune <javajedi@users.sf.net>
Mon, 11 Apr 2005 03:18:02 +0000 (03:18 +0000)
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@14 f203690c-595d-4dc9-a70b-905162fa7fd2

xdocs/faq.fml
xdocs/navigation.xml
xdocs/worksonlinux.png [new file with mode: 0644]

index d640c7809c149ee3d159c4025b2fd6ecc92ac3fe..872f67099cda0dfaf448a043214b2313cce0326f 100644 (file)
       </answer>
     </faq>
 
+    <faq id="odbc">
+      <question>
+        I'm using the JDBC/ODBC bridge.  Why should I try Jackcess?
+      </question>
+      <answer>
+        <p>
+          <ul>
+            <li>
+              Portability - With Jackcess, your app has one less dependency on Windows.
+            </li>
+            <li>
+              Speed - We had an app that used the ODBC bridge to write data to an
+              Access database.  When we switched it over to use Jackcess, it was 5 times faster.
+            </li>
+            <li>
+              Stability - With large amounts of data, we found the ODBC brige to be
+              pretty unreliable.
+            </li>
+            <li>
+              Simplicity - With Jackcess, there is no ODBC configuration to set up.
+            </li>
+          </ul>
+        </p>
+      </answer>
+    </faq>
+
     <faq id="jdk">
       <question>What version of the JDK does this require?</question>
       <answer>
index fbc8ca3715e2320e61101c7bd32901950cf09850..2099f4571ad315377ec01d8422ad873e77f34196 100644 (file)
@@ -6,5 +6,8 @@
     <menu name="Jackcess">
       <item name="Downloads" href="http://sourceforge.net/project/showfiles.php?group_id=134943"/>
     </menu>
+    <menu type="footer">
+      <item name="Works on Linux" img="worksonlinux.png"/>
+    </menu>
   </body>
 </project>
diff --git a/xdocs/worksonlinux.png b/xdocs/worksonlinux.png
new file mode 100644 (file)
index 0000000..846501c
Binary files /dev/null and b/xdocs/worksonlinux.png differ