Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Serious bug not fixed
Message
 
To
10/06/2004 12:56:05
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro Beta
Miscellaneous
Thread ID:
00912289
Message ID:
00912393
Views:
8
Fabio,

>and these conditions have to return NULL (unknow),
>a condition that skip the row.

So far as a know to skip the row the select clause need to return .F.

Foxpro is not able to handle a unknow (.NULL.) where clause
that's why we have the ISNULL() function.

This code give a invalid where clause
CLEAR
CREATE CURSOR _TABLE (F1 INT NULL)

SELECT 2 FROM _TABLE T1 WHERE .NULL. INTO ARRAY zz
Marcel
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform