Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Setting NULL
Message
General information
Forum:
Visual FoxPro
Category:
Other
Title:
Miscellaneous
Thread ID:
00883317
Message ID:
00883333
Views:
13
>Is there a way top set all fields in a table to accept
>null values? I know you can do them individully.

Only through code, as far as I know. Use AFIELDS() to get a list of fields, then loop through the array doing an ALTER TABLE...ALTER COLUMN fieldname NULL.

Does this work for you?
My blog
My consulting page
My home page

Member of the Trim Your Auto-Quote Campaign!
What's another word for thesaurus?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform