The information in this article applies to:
Moderate: Requires basic macro, coding, and interoperability skills. SYMPTOMSYou may get different results running a query that contains a WHERE clause and an outer join to another query on a local table than you get on an linked ODBC table. This happens even though the local table and the linked table contain the same data. CAUSEWhen the tables are local, the WHERE clause is processed before the outer join. However, when the tables are linked, the queries are combined into a single SQL statement and the WHERE clause is processed after the outer join. RESOLUTIONTo prevent this problem, the version of Microsoft Jet must be 3.51.2723.0 or later. To obtain a new version of Jet, install Microsoft Jet 3.51 Service Pack 2. STATUSThis problem was corrected in Microsoft Jet 3.51 Service Pack 2. MORE INFORMATIONFor additional information about Microsoft Jet 3.51 Service Pack 2, please see the following article in the Microsoft Knowledge Base: Q172733 Updated Version of Microsoft Jet 3.5 Available for Download Steps to Reproduce Behavior
Additional query words: pra link attach attached
Keywords : kbdta |
Last Reviewed: November 10, 1999 © 2000 Microsoft Corporation. All rights reserved. Terms of Use. |