Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
PROBLEM: SELECT result can change with index
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00826364
Message ID:
00826387
Vues:
22
Hi Yuri,

Yes. Here's my code.
CLEAR 
CREATE CURSOR myCur (f1 c(2))
INSERT INTO  myCur VALUES ("A ")
lcVal = PADR("A",3)
SELECT * FROM myCur WHERE f1 == lcVal ;
	INTO CURSOR crsTest1
? _TALLY	
SELECT myCur
INDEX on f1 TAG tag1
INDEX on DELETED() TAG deleted ADDITIVE 
* Next line:
* On VFP6SP5/VFP7SP1 it found record
* On VFP8 it not found record
SELECT * FROM myCur WHERE f1 == lcVal ;
	INTO CURSOR crsTest1
? _TALLY	
>Sergey,
>
>Was you able to reproduce the behavior? I did not.
>
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform