Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Null value backward compatibility
Message
 
General information
Forum:
Visual FoxPro
Category:
Troubleshooting
Miscellaneous
Thread ID:
01187313
Message ID:
01187936
Views:
22
>Like many things, support for nulls is a dangerous tool in careless hands.

Yes, and NULL is almost impossible to completely avoid.
Set Null Off   && <-- NULL is turned off!!
Set Multilocks On

Create Table Foo (test c(10) NOT NULL) && <-- Field does not accept NULL!!

CursorSetProp("Buffering",5)
Append Blank

? Oldval("foo.test")   && This still gives NULL!!
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform