ACC97: Outer Join Returns Wrong Records with ODBC Tables vs. Local Tables (225422)
The information in this article applies to:
This article was previously published under Q225422 Moderate: Requires basic macro, coding, and interoperability skills.
SYMPTOMS
You 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.
CAUSE
When 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.
RESOLUTION
To 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.
Modification Type: | Major | Last Reviewed: | 9/26/2003 |
---|
Keywords: | kbbug kbfix KB225422 |
---|
|