Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PROBLEM: SELECT result can change with index
Message
 
À
05/09/2003 08:53:24
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00826364
Message ID:
00826371
Vues:
24
It works for me; I can not see any difference.

>Hi,
>
>on SELECT i can have not equal result if i have or not have a index.
>
>
>CREATE CURSOR myCur (f1 c(2))
>INSERT INTO  myCur VALUES ('A ')
>SELECT * FROM myCur WHERE f1=='A  '
>SELECT myCur
>INDEX on f1 TAG tag1
>* Next line:
>* On VFP6SP5/VFP7SP1 it found record
>* On VFP8 it not found record
>SELECT * FROM myCur WHERE f1=='A  '
>
>
>Fabio
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform