
Visual FoxPro 9.0 SP2 |
Null Value Handling |
See Also |
![]() |
Visual FoxPro provides support for null values. This support simplifies the task of representing unknown data and makes it easier to work with Microsoft Access or SQL databases that may contain null values.
Null values are:
-
Equal to the absence of any value.
-
Different than zero, the empty string (""), or blank.
-
Sorted ahead of other data.
-
Propagated in calculations and most functions.
Null values affect the behavior of commands and functions, logical expressions, and parameters.
Visual FoxPro support for null values complies with ANSI standards and affects any area of the product where values and expressions are used.
To use null values in | See |
---|---|
Commands and functions |
|
Expressions |
|
Parameters |
Using NULL in Values and Expressions
See Also
© , 1996-2020 • Updated: 11/10/20
Comment or report problem with topic