Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8 bug - alias already in use???
Message
From
21/08/2003 15:52:22
 
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00822317
Message ID:
00822333
Views:
13
>>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
Previous
Reply
Map
View

Click here to load this message in the networking platform