Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Wrong result od SQL Select
Message
From
19/03/2004 07:38:17
 
 
To
19/03/2004 06:26:07
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Germany
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00887816
Message ID:
00887832
Views:
6
This message has been marked as the solution to the initial question of the thread.
A simple workaround for this VFP behaviour
( i see it on other SELECT context, but i do not remember if i have open a thread on past time ):
CREATE CURSOR Walker (II I NULL)

INSERT INTO Walker VALUES (2)
INSERT INTO Walker VALUES (NULL)
INSERT INTO Walker VALUES (NULL)
INSERT INTO Walker VALUES (NULL)
INSERT INTO Walker VALUES (1)

SELECT;
 (Cur1.II) AS II1,;
 (Cur1.II) AS II0,;
 Cur1.II AS II2;
 FROM Walker AS Cur1
Fabio
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform