Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Bug about select command
Message
From
26/12/2006 09:03:29
 
 
To
26/12/2006 08:34:17
Metin Emre
Ozcom Bilgisayar Ltd.
Istanbul, Turkey
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
01180172
Message ID:
01180181
Views:
14
>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.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform