Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using NVL and Integer types
Message
From
27/11/2000 15:21:37
 
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00445750
Message ID:
00445809
Views:
15
>>All,
>>
>>I have a SQL view using NVL to eliminate .NULLs. from the view fields. I am getting a "View definition has been changed" error message. I think the NVL for the integer types may not have the correct field length.
>>
>>How many zeros do I need to use in the NVL to represent an integer?
>>
>>TIA
>>
>>Rex
>
>You need to specify the largest possible value within your data.
>
>FWIW, an integer can be + or - 2147483647 so you need to specify 10 so the corresponding result set creates a N(10,0) for storage.

Since it may be negative, wouldn't you need 11 N(11,0)?
Fred
Microsoft Visual FoxPro MVP

foxcentral.net
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform