You receive an ODBC driver error message when you set a Left Outer Join between two tables in Visual FoxPro (191695)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 5.0
- Microsoft Visual FoxPro for Windows 5.0a
- Microsoft Visual FoxPro for Windows 6.0
- Microsoft Data Access Components 2.5
- Microsoft Data Access Components 2.6
- Microsoft Visual FoxPro for Windows 7.0
This article was previously published under Q191695 SYMPTOMS
When creating a remote view to a FoxPro table using the Visual FoxPro ODBC
driver, the following error occurs when you set a Left Outer Join in the
Join tab between two tables:
Connectivity error: [Microsoft][ODBC Visual FoxPro Driver]Command
Contains unrecognized phrase/keyword.
RESOLUTION
Access the FoxPro tables directly, using the SELECT-SQL command. For
example:
CREATE SQL VIEW test CONNECTION myconn;
AS SELECT * FROM orders LEFT OUTER JOIN orditems;
ON orders.order_id = orditems.order_id
STATUSMicrosoft has confirmed that this is a problem in the Microsoft products that are listed in the "Applies to" section. This problem is fixed in Visual FoxPro 8.0 and 9.0.
Modification Type: | Major | Last Reviewed: | 3/10/2005 |
---|
Keywords: | kbDatabase kbnofix kbprb KB191695 |
---|
|