The information in this article applies to:
IMPORTANT: This article contains information about editing the registry. Before you edit the registry, make sure you understand how to restore it if a problem occurs. For information about how to do this, view the "Restoring the Registry" Help topic in Regedit.exe or the "Restoring a Registry Key" Help topic in Regedt32.exe. Moderate: Requires basic macro, coding, and interoperability skills. SUMMARYMicrosoft Access addresses linked data differently than it does its own native data. This article discusses how Access retrieves linked ODBC data. MORE INFORMATION
If SQLStatistics(), an ODBC API function, reports a unique index on
the table, Access goes to the recordset to select the values
from the unique key fields that adhere to the user's WHERE clause
restrictions. It then selects only the data needed for display, using
the unique key values (10 at a time).
Under the ODBC key, change the value of the SnapshotOnly key to 01. Under the Engines Key, add a new Key named ODBC, and then add the following binary value to the ODBC Key:
This restriction will apply only to tables linked after you make the
change and will simply short-circuit the call to the SQLStatistics() function during the linking phase.
In general, a table in recordset mode typically takes 4-5 seconds to open, as opposed to 1-2 seconds for a table in read-only mode. REFERENCESFor more information about ODBC Registry Settings, click Microsoft Access Help on the
Help menu, type "Windows Registry settings" in the Office Assistant or the Answer Wizard,
and then click Search to view the topics returned. Additional query words: snapshot attach attached
Keywords : kbusage kbdta OdbcOthr |
Last Reviewed: May 13, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |