Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How can I add a field item into database(dbf) in program
Message
 
To
28/12/2000 23:30:15
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00457665
Message ID:
00457667
Views:
21
>How can I add a field item into database(dbf) in programme? I am a beginning in foxpro.
>j_f@yeah.net

You can use the ALTER TABLE command, but you should make sure you have exclusive access to the table first:

USE Customer EXCLUSIVE
ALTER TABLE Customer ADD Address C(40)
Chris McCandless
Red Sky Software
Previous
Reply
Map
View

Click here to load this message in the networking platform