Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
From
18/06/2003 12:26:48
 
 
To
18/06/2003 11:55:09
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00801174
Message ID:
00801246
Views:
16
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform