PRB: All New Field Values Set to .NULL. When You Modify Table
Article ID: 130244
Article Last Modified on 2/10/2000
APPLIES TO
- Microsoft Visual FoxPro 3.0 Standard Edition
This article was previously published under Q130244
SYMPTOMS
After executing the ALTER TABLE command to add a new field to a table or
after modifying a table manually, all of the field values for a new field
are set to .NULL. for each record in the table.
CAUSE
This behavior occurs if NULL is set ON by using the SET NULL command.
RESOLUTION
Issue the SET NULL OFF command before executing an ALTER TABLE command or
before modifying a table manually when using the Database Container.
STATUS
This behavior is by design.
Additional query words: VFoxWin
Keywords: KB130244