List:Commits« Previous MessageNext Message »
From:mcbrown Date:July 26 2007 6:07pm
Subject:svn commit - mysqldoc@docsrva: r7236 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2007-07-26 18:07:36 +0200 (Thu, 26 Jul 2007)
New Revision: 7236

Log:
Document Dev Bug #25854



Modified:
   trunk/refman-common/connector-odbc.xml


Modified: trunk/refman-common/connector-odbc.xml
===================================================================
--- trunk/refman-common/connector-odbc.xml	2007-07-26 15:55:57 UTC (rev 7235)
+++ trunk/refman-common/connector-odbc.xml	2007-07-26 16:07:36 UTC (rev 7236)
Changed blocks: 2, Lines Added: 30, Lines Deleted: 1; 1539 bytes

@@ -8132,7 +8132,7 @@
 
     <section id="myodbc-errors">
 
-      <title>Connector/ODBC Errors and Resolutions</title>
+      <title>Connector/ODBC Errors and Resolutions (FAQ)</title>
 
       <para>
         The following section details some common errors and their

@@ -8786,6 +8786,35 @@
 
         </qandaentry>
 
+        <qandaentry>
+
+          <question>
+
+            <para>
+              When linking to tables in Access 2000 and generating links
+              to tables programmatically, rather than through the table
+              designer interface, you may get errors about tables not
+              existing.
+            </para>
+
+          </question>
+
+          <answer>
+
+            <para>
+              There is a known issue with a specific version of the
+              <filename>msjet40.dll</filename> that exhibits this issue.
+              The version affected is 4.0.9025.0. Reverting to an older
+              version will enable you to create the links. If you have
+              recently updated your version, check your
+              <filename>WINDOWS</filename> directory for the older
+              version of the file and copy it to the drivers directory.
+            </para>
+
+          </answer>
+
+        </qandaentry>
+
       </qandaset>
 
     </section>


Thread
svn commit - mysqldoc@docsrva: r7236 - trunk/refman-commonmcbrown26 Jul