Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Adding Fields to Existing Table
Message
From
05/07/2001 09:14:58
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
05/07/2001 08:59:05
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00526897
Message ID:
00526906
Views:
15
>Is it possible to programmatically add a field to an existing table? If so, how?
>
>Thanks in advance for your help,
>Russell
ALTER TABLE MyTable;
  ADD COLUMN MyNumColumn N(8,2);
  ADD COLUMN MyDateColumn D
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform