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:33:27
 
 
To
22/04/2005 09:31:39
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:
01007460
Views:
15
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
Next
Reply
Map
View

Click here to load this message in the networking platform