FIX: Nested SQL Select Fails on MacintoshID: 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:
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 ; Additional reference words: FoxMac 2.50c buglist2.50c sfixlist2.60a TYPE1
KBCategory: kbprg kbfixlist kbbuglist
KBSubcategory: FxprgSql
Solution Type : kbfix
|
|
Last Reviewed: October 20, 1997 © 1999 Microsoft Corporation. All rights reserved. Terms of Use. |