Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wrong result od SQL Select
Message
De
19/03/2004 07:38:17
 
 
À
19/03/2004 06:26:07
Lutz Scheffler
Lutz Scheffler Software Ingenieurbüro
Dresden, Allemagne
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00887816
Message ID:
00887832
Vues:
8
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform