How to Add Fields to a Table in Visual FoxPro Programmatically (139158)
The information in this article applies to:
- Microsoft Visual FoxPro for Windows 3.0
This article was previously published under Q139158 SUMMARY
In previous versions of FoxPro, the only way to alter the structure of a
table programmatically was to create a new table that contained the new
structure and then append the data from the old table.
Visual FoxPro now includes the ALTER TABLE command, which allows you to
alter the structure of an existing table programmatically. This article
shows by example how to add a field to an existing table.
Modification Type: | Major | Last Reviewed: | 2/11/2000 |
---|
Keywords: | kbcode KB139158 |
---|
|