From 5eb94c95fb9783cfa2c7e0351bb14c82f569d70e Mon Sep 17 00:00:00 2001
From: Tim McCune
Date: Mon, 11 Apr 2005 03:18:02 +0000
Subject: [PATCH] Added Linux button, ODBC faq.
git-svn-id: https://svn.code.sf.net/p/jackcess/code/jackcess/trunk@14 f203690c-595d-4dc9-a70b-905162fa7fd2
---
xdocs/faq.fml | 26 ++++++++++++++++++++++++++
xdocs/navigation.xml | 3 +++
xdocs/worksonlinux.png | Bin 0 -> 1722 bytes
3 files changed, 29 insertions(+)
create mode 100644 xdocs/worksonlinux.png
diff --git a/xdocs/faq.fml b/xdocs/faq.fml
index d640c78..872f670 100644
--- a/xdocs/faq.fml
+++ b/xdocs/faq.fml
@@ -74,6 +74,32 @@
+
+
+ I'm using the JDBC/ODBC bridge. Why should I try Jackcess?
+
+
+
+
+ -
+ Portability - With Jackcess, your app has one less dependency on Windows.
+
+ -
+ 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.
+
+ -
+ Stability - With large amounts of data, we found the ODBC brige to be
+ pretty unreliable.
+
+ -
+ Simplicity - With Jackcess, there is no ODBC configuration to set up.
+
+
+
+
+
+
What version of the JDK does this require?
diff --git a/xdocs/navigation.xml b/xdocs/navigation.xml
index fbc8ca3..2099f45 100644
--- a/xdocs/navigation.xml
+++ b/xdocs/navigation.xml
@@ -6,5 +6,8 @@
+