Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with ISBLANK and SELECT SQL
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00801174
Message ID:
00801336
Vues:
13
This shows the problem (at least in VFP6). I think the problem still exists. This thread is getting big enough that I don't know if you saw this downstream or not. :)
CREATE CURSOR PirillinoDelPicchio (a c(10))
APPEND BLANK
INSERT INTO PirillinoDelPicchio values("1")
INSERT INTO PirillinoDelPicchio values("2")
GO TOP

SELECT a,ISBLANK(PirillinoDelPicchio.a) FROM PirillinoDelPicchio

goto 2 in PirillinoDelPicchio
SELECT a,ISBLANK(PirillinoDelPicchio.a) FROM PirillinoDelPicchio
Steve Gibson
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform