Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Long field name bug
Message
 
À
22/11/2006 09:13:31
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:
01171793
Vues:
14
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