Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Vfp table alias problem
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01213790
Message ID:
01213794
Vues:
20
This is fairly vague..... If you need to use a table you already have open then use the SELECT command, not USE. Think of USE as an "open" command. To actually make the table the current table and to "use" it you need to issue a SELECT command on the table such as:
SELECT myInvoice_rpt
Also verify whether or not you are using a private data session in your data environment, this might not be desirable.

Typically, using the data environment is the easiest way to do things but it is bad form and not scalable. I strongly suggest you look at an n-tiered / Business Object model for data access in the future. You will save yourself a lot of trouble in the long run.
Woodie Westbrook
I came, I saw, I compiled.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform