Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long field name bug
Message
De
23/11/2006 05:04:42
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turquie
 
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:
01172000
Vues:
15
DBF() function not needed. that sample is working.
CREATE CURSOR test (_f_name c(1))

ALTER table test add shortf c(1)
If you read other messages in this thread you'll see this described as bug long time before.


>Metin,
>
>The first error is telling you that the long field name is invalid for a table that is not on a database.
>
>The second one is telling you that the name of the dbf is NOT test, create cursor takes an alias as the name and it decides what to name the table. VFP alos does not commit the cursor to disk until necessary so even the following opens the open file dialog;
>
>
>CREATE CURSOR test (long_field_name c(1))
>
>ALTER table DBF("test") add shortf c(1)
>
>
>I don't think either of these are bugs.
>
>
>>Hi All,
>>
>>*** this is the first bug *********
>>CREATE CURSOR test (shortf c(1))
>>
>>ALTER table test add long_field_name c(1)
>>
>>***** this is the second bug *******
>>CREATE CURSOR test (long_field_name c(1))
>>
>>ALTER table test add shortf c(1)
>>
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform