Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Problem with ISBLANK and SELECT SQL
Message
De
18/06/2003 12:26:48
 
 
À
18/06/2003 11:55:09
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:
00801246
Vues:
18
Hi Steve,

But if you leave off the table name (isblank(cField)), it works correctly.

I test on VFP6 and give costant value.
CREATE CURSOR PirillinoDelPicchio (a i)
APPEND BLANK
INSERT INTO PirillinoDelPicchio values(1)
INSERT INTO PirillinoDelPicchio values(2)
GO TOP

SELECT a,ISBLANK(a) FROM PirillinoDelPicchio
* 0,.F.
* 1,.F.
* 2,.F.

Fabio
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform