Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null fields
Message
From
19/02/2006 18:25:07
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01097428
Message ID:
01097430
Views:
13
That's pretty simple. Was possible for fields have NULL values before CAST() was impemented?

Regards
Geoff

>
>SELECT CAST(MyCalc(field1, field2) as N(5) NULL) as calcfield ;
>...
>
>>
>>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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform