Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Field does not accept null values
Message
From
08/12/1999 13:58:43
Michael Dougherty
Progressive Business Publications
Malvern, Pennsylvania, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Field does not accept null values
Miscellaneous
Thread ID:
00300521
Message ID:
00300521
Views:
67
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!)
Next
Reply
Map
View

Click here to load this message in the networking platform