Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 8 bug - alias already in use???
Message
De
21/08/2003 15:52:22
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00822317
Message ID:
00822333
Vues:
14
>>I get this error in the following:
>>
>>
>>create table test ( ctest c(10))
>>append blank
>>append blank
>>append blank
>>use
>>
>>use test alias test_in
>>select * from test_in into cursor test
>>
>>
>>The alias test is NOT in use !
>>
>>Glenn
>
>The error message may be misleading, but why do you select from test (aliased as test_in) to test? Can you select into test_out?

_________________________________________________________________
It may be better to avoid all the confusion and name your alias the same as the table name (unless the code requires a logical reason to do so) and not use something like test which could be a reserved word or maybe one later if it is not now.

What line is the error kickin up on you?
``` Appreciate a normal day, it is always better than a bad one ```

Kev
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform