Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
ALTER TABLE cuts Field names
Message
From
15/02/2000 21:25:52
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Title:
ALTER TABLE cuts Field names
Miscellaneous
Thread ID:
00332686
Message ID:
00332686
Views:
43
When I use ALTER TABLE to add a .null. to a column in a cursor the field names are all trimmed to 10 characters in length. Is there another way to work around this??
LOCAL ARRAY laPmStruct[1,1], laPmData[1,1]
SELECT TempPm
= AFIELDS(laPmStruct)
CREATE CURSOR AllPm FROM ARRAY laPmStruct
* at this point some field names are more than 10 characters
ALTER TABLE AllPm ;
	ALTER COLUMN DueHours NULL 
* after this command none are longer than 10
Thanks
Next
Reply
Map
View

Click here to load this message in the networking platform