Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Wierd Table names....
Message
 
 
À
12/06/2002 14:53:06
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00667582
Message ID:
00667587
Vues:
18
>I've run across a situation in which a table with the name of say "0100_0202_COB_C3" is used and when you look at what the name is in vfp, it show "_100_0202_COB_C3". Anyone know why? OR how to fix it so that it used the correct name?

A table alias in VFP can only begin with letter or underscore ("_'). VFP adds "_" to the table name to make a valid alias. You can use ALIAS clause in USE command to specify alias explicitly.
USE ("0100_0202_COB_C3") ALIAS COB_C3
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform