FIX: Nested SQL Select Fails on MacintoshLast reviewed: October 20, 1997Article ID: Q128734 |
2.50c
MACINTOSH
kbprg kbfixlist kbbuglist
The information in this article applies to:
SYMPTOMSIn some cases, using a nested SQL Select statement results in this error message:
The application "Unknown" has unexpectedly quit, because an error of Type 1 occurred." STATUSMicrosoft has confirmed this to be a problem in the Microsoft products listed at the beginning of this article. This problem was corrected in version 2.60a of FoxPro for the Macintosh.
MORE INFORMATION
Steps to Reproduce ProblemCREATE TABLE cust8ref (ocust C(8), rowid C(5), dacinit C(3)) CREATE TABLE custids (cust8 C(8), cust_id(10), dac_init C(3), cust10 C(10)) CREATE TABLE loccust (cust_id c(10)) SELECT DISTINCT ci.cust_id ; FROM cust8ref cx , custids ci ; WHERE cx.ocust = ci.cust8 ; AND (cust_id) NOT IN (SELECT (cust_id) from loccust) |
Additional reference words: FoxMac 2.50c buglist2.50c sfixlist2.60a TYPE1
© 1998 Microsoft Corporation. All rights reserved. Terms of Use. |