The information in this article applies to:
SYMPTOMSThe Access ODBC driver ignores the Pagetimeout parameter specified in ODBC datasources. WORKAROUNDWARNING: Using Registry Editor incorrectly can cause serious, system-wide problems that may require you to reinstall Windows NT to correct them. Microsoft cannot guarantee that any problems resulting from the use of Registry Editor can be solved. Use this tool at your own risk.To work around this problem:
\SOFTWARE\Microsoft\Jet\3.0\Engines NOTE: If this value is set too low, performance may degrade due
to Jet increasing its reading of the .mdb file. Do not set the value lower
than the Jet 2.0 default of 0.5 second. The PageTimeout parameter is
expressed in 100 millisecond units. So, a value of 5 stands for 500
milliseconds or .5 seconds.STATUSMicrosoft has confirmed this to be a problem in the ODBC Access 3.40.2829 Driver. MORE INFORMATION
The Access ODBC driver is built on the Jet Database Engine. Jet buffers
the pages read from a .mdb file. The interval at which Jet reads pages
from the .mdb file to refresh the buffer is controlled by a Pagetimeout
parameter. Jet does not refresh its internal buffer from the .mdb file
until the Pagetimeout interval has expired (even if you issue a Select
against the table whose data is in those pages). If you do Select Jet
provides the information from the buffer. It does not actually read pages
in from the .mdb file until the Pagetimeout interval has expired.
HKEY_LOCAL_MACHINE\Software\Microsoft\Jet\3.0\Engines\JetIn addition, the Access ODBC driver supports a distinct Pagetimeout value for each ODBC datasource. This can be specified in Advanced options when you configure a data source manually in the ODBC Administrator. The value specified in the datasource is ignored. The ODBC driver always uses the Pagetimeout value from the registry location mentioned above. If the Jet key does not exist or does not include a specified Pagetimeout value, the driver always uses the Jet default of 5 seconds. Additional query words: odbc 3.40.2829
Keywords : |
Last Reviewed: December 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |