Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Problem with ISBLANK and SELECT SQL
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00801174
Message ID:
00801336
Views:
12
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform