Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Truncated table fields
Message
From
30/09/1998 08:29:56
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00142281
Message ID:
00142315
Views:
26
>Hi all!
>
>was wondering if anyone can tell me what might have happened to truncate some field names in one of my tables. I believe these names were >10 chars and worked fine for awhile, but somehow they got truncated back to 10 chars, which of course messed up a few reports, etc. I do remember 'modifying' the table once or twice, but would this cause it? Or maybe it was deleteing and then re-adding the table....
>
>TIA,
>Dan




I got same problem as in table designer, it allow 11 character but when I:

Select * from table1 group by key1 into table2

the longer fieldname is truncated!!

what should be done is to change all fields, program... to fit in 10 character!

Anyway, truncate fieldname is not important, lose a column data is important!

Then, you're better to:

use table1 excl
Alter table1 rename column longfield1 to shortfld1
use in table1
The weak wait for chance, The strong bid for chance,
The clever notch up chance, but The merciful give you chance.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform