Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Field does not accept null values
Message
De
08/12/1999 13:58:43
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvanie, États-Unis
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Field does not accept null values
Divers
Thread ID:
00300521
Message ID:
00300521
Vues:
66
sele ;
iif( isnull(sum(b.totcxlcnt)),;
iif(isnull(sum(a.totsalecnt)),000,sum(a.totsalecnt)),;
sum(a.totsalecnt)-sum(b.totcxlcnt) ) as tsaleadj,;
From qcTSaleRp a FULL JOIN qcTCxlRp b ;
ON a.repid==b.repid AND a.pub==b.pub;
Group by a.Repid,a.Project;
Order by a.Repid,a.Project;
Into cursor qcSalCxl

... is still generating the message "TSaleAdj does not accept null values" I know there is something strange going on during the Select, but I don't know where nulls would come from if i'm checking for nulls. This problem is also data dependant- sometimes it works, sometimes it doesn't. (which makes troubleshooting that much easier!)
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform