Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create table syntax
Message
 
 
À
13/04/2000 11:06:44
Mike Yearwood
Toronto, Ontario, Canada
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00359275
Message ID:
00359422
Vues:
16
Mike,

>CREATE TABLE JUNK NAME "MIKEY IS NOT MY NAME" shows the table name as MIKEY_IS_NOT_MY_NAME. The quotes appear to be a crutch.

The underscores always replace blanks in a workarea alias because VFP couldn't ever hope to parse replace mikey is not my name.cTheField with "test this" with the embedded spaces. You see the same thing even on free tables with long filenames:

close data all
CREATE TABLE "MIKEY IS NOT MY NAME"
df (was a 10 time MVP)

df FoxPro website
FoxPro Wiki site online, editable knowledgebase
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform