Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
NULL values
Message
From
07/11/2003 19:11:08
 
 
To
07/11/2003 18:53:26
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00847866
Message ID:
00847868
Views:
18
>When I have SET NULL ON and I issue INSERT INTO command .NULL. values are present in fields that I don't include in INSERT command and that's ok, but can I have all that with APPEND BLANK?
>Can I issue APPEND BLANK and get .NULL. values everywhere where field is checked to have .NULL. values except fields when I do REPLACE?

AFAIK, only if the default value of the field is .null., e.g.
open database somedatabase && can only have default value if in DBC
create table test (ctest c(10) default null, itest i default null) 
append blank
Insanity: Doing the same thing over and over and expecting different results.
Previous
Reply
Map
View

Click here to load this message in the networking platform