Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any side effects in allowing NULL?
Message
General information
Forum:
Visual FoxPro
Category:
Other
Environment versions
Visual FoxPro:
VFP 9 SP1
Miscellaneous
Thread ID:
01539772
Message ID:
01539900
Views:
53
>Performance is not a consideration regarding NULL. The issue with NULL is that it needs to be recognized by your code as a possible value. Your errors are because your code is not anticipating that NULL may be there and fixing it if it is. The problem arose when SQL Server was introduced because it is throwing NULL at your code. If you allow NULL in your data then it will be even more critical that your code anticipate the possibility of NULL being the value. So until you code for NULL being there NULL will give you trouble.

Very succinctly put (as always).
Previous
Reply
Map
View

Click here to load this message in the networking platform