Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Bug about select command
Message
De
26/12/2006 09:03:29
 
 
À
26/12/2006 08:34:17
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
Divers
Thread ID:
01180172
Message ID:
01180181
Vues:
16
>run that code:
>it gives error "alias name is already use"
>
>
>CREATE TABLE test (testfld c(10))
>USE
>USE test ALIAS atest
>SELECT * FROM atest INTO CURSOR test
>
There is no bug here. You try to select from table test into cursor test. Since the name is test for both the from table and the result cursor, you get the correct error. What did you expect? I agree that the error message is misleading, but it's definely no bug.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform