Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Serious bug not fixed
Message
 
À
10/06/2004 12:56:05
Information générale
Forum:
Visual FoxPro
Catégorie:
Visual FoxPro Beta
Divers
Thread ID:
00912289
Message ID:
00912393
Vues:
7
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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform