Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Modi struc
Message
From
19/12/2002 14:48:40
 
 
To
19/12/2002 14:44:00
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00734628
Message ID:
00734632
Views:
17
Carlos,

Will this work?
USE "FreeTable" IN 0 EXCLUSIVE
ALTER TABLE "FreeTable" ADD COLUMN NewField1 C(10)
ALTER TABLE "FreeTable" ADD COLUMN NewField2 N(10, 2)
ALTER TABLE "FreeTable" ADD COLUMN NewField3 L

USE IN "FreeTable"
>How can I modify the structure of a table (free table) programmatically ? , no matter the structure is now. I need to update (increment) the number of fields in the table.
>Thanks in advance
>Carlos Burgos
Previous
Reply
Map
View

Click here to load this message in the networking platform