Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Alter table
Message
From
11/04/2001 17:08:04
 
 
To
11/04/2001 16:51:59
Ben Dekker
Dekker Soft & Hardware
Axel, Netherlands
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
Miscellaneous
Thread ID:
00494636
Message ID:
00494649
Views:
19
As in:

cID = "NewField"

Alter table Jaar add column (cID) C(5)

will add a field called Newfield of type Character length 5

So will

Alter table Jaar add column &cID C(5)

As I said earlier, the problem is to make sure that the variable cID contains a valid field name. One that starts with a digit isn't valid.

Regards

Mike
Regards

Mike
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform