Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug behavior change in VFP9SP2
Message
De
04/10/2008 10:41:19
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Titre:
Bug behavior change in VFP9SP2
Versions des environnements
Visual FoxPro:
VFP 9 SP1
OS:
Windows XP SP2
Network:
Windows 2000 Server
Database:
Visual FoxPro
Divers
Thread ID:
01352774
Message ID:
01352774
Vues:
62
Some old code I maintain, behaves differently in VFP9SP2 than in earlier versions. I know that this code is not recommended, but I didn't write it...! Try the following:
Select * from yourtable where upper(alltrim(yourfield))='A'
Note that VFP9SP2 will also select all the records where yourfield is empty!!! This must be a bug?

Update: Further investigation reveals that I get the same result in VFP8. This means that these two code segments behave differently
Select * from yourtable where upper(alltrim(yourfield))='A'
Use yourtable
Browse for upper(alltrim(yourfield))='A'
In all cases I have Set exact OFF and Set ansi OFF.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform