Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Using greater than 10 chrs in Alter Table - Add Column
Message
De
24/11/2000 03:27:45
 
 
À
24/11/2000 00:58:20
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00445130
Message ID:
00445135
Vues:
20
Hi All,

I found the problem. I was first creating temp tables containing the correct structures. The problem was these were free tables and as such always truncated long file names.

I fixed the problem by first creating a temp.dbc and making all the temp tables members of the .dbc.

Thanks for the help.

regards
Doug Johnston


>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
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform