Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
How do you modify a table in a client's machine?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00611234
Message ID:
00611239
Views:
21
Hi Ulisses,

You can do that programatically using the ALTER TABLE command:
ALTER TABLE YourTable ADD NewField C(10)
Another way to do that is using the MODIFY STRUCTURE command.
-----
Fabio Vazquez
http://www.fabiovazquez.com
Previous
Reply
Map
View

Click here to load this message in the networking platform