Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Using greater than 10 chrs in Alter Table - Add Column
Message
From
24/11/2000 00:58:20
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Using greater than 10 chrs in Alter Table - Add Column
Miscellaneous
Thread ID:
00445130
Message ID:
00445130
Views:
61
Hi,

I have a .dbc that I wish to programatically add new fields. I open the .dbc exclusively, the open the table I want to alter exclusively and then...

ALTER TABLE (lcOldFile) ;
ADD COLUMN &mfield c(mwidth)

...however if the field name is greater than 10 characters, then the field name is truncated to 10 characters.

Is there any way programatically to use greater than 10 chr field names.


Regards
Doug Johnston
Next
Reply
Map
View

Click here to load this message in the networking platform