Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Null fields
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Null fields
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01097428
Message ID:
01097428
Vues:
46
Hi

I am getting a "... field does not accept null values" error on a SELECT statement. I am quite certain that the value of the field is null but dont understand why I am getting the error.
SET NULL ON
SELECT CAST(MyCalc(field1, field2) as N(5)) as calcfield ;
   FROM mytable ;
   INTO CURSOR tTemp
Can someone explain why my cursor wont accept null values and how I might get around the problem?

Regards
Geoff Scott
May all your weeds be wildflowers
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform