Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select Into Array changes current work area
Message
From
22/04/2005 10:39:58
 
 
To
22/04/2005 10:33:27
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Environment versions
Visual FoxPro:
VFP 9
OS:
Windows XP SP2
Database:
Visual FoxPro
Miscellaneous
Thread ID:
01007432
Message ID:
01007466
Views:
20
Thanks.

>Minimal condition for the bug,
>use a subquery tableSource:
>
>CLEAR
>CLOSE DATA
>CREATE CURSOR Test (nnn I)
>
>? SELECT()     && 1 - correct
>SELECT * FROM (SELECT * FROM Test) dt1  ;
>	INTO ARRAY myarray
>? SELECT()     && 4 - Incorrect, shold be 1
>
Previous
Reply
Map
View

Click here to load this message in the networking platform