Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long field name bug
Message
De
22/11/2006 11:31:12
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01171727
Message ID:
01171814
Vues:
14
>
>CREATE CURSOR test (long_field_name c(1))
>
>ALTER table DBF("test") add shortf c(1)
>
The second line won't be of any help here, as I found out earlier today.

Perhaps you implied to say that ALTER TABLE does not deal with cursors. However, it does alter a cursor also. The next command will work:
CREATE CURSOR test (shortf c(1))

ALTER table test alter column shortf c(2)
Groet,
Peter de Valença

Constructive frustration is the breeding ground of genius.
If there’s no willingness to moderate for the sake of good debate, then I have no willingness to debate at all.
Let's develop superb standards that will end the holy wars.
"There are three types of people: Alphas and Betas", said the beta decisively.
If you find this message rude or offensive or stupid, please take a step away from the keyboard and try to think calmly about an eventual a possible alternative explanation of my message.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform