Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VFP 8 bug - alias already in use???
Message
General information
Forum:
Visual FoxPro
Category:
Other
Miscellaneous
Thread ID:
00822317
Message ID:
00822345
Views:
11
>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

But, aren't you trying to write from the select to a table that is in use? test_in is, after all, test, thus giving the error.

You can do, though, select * from test into cursor test, if what you are trying to accomplish is minimizing the number of open cursors.
"The five senses obstruct or deform the apprehension of reality."
Jorge L. Borges?

"Premature optimization is the root of all evil in programming."
Donald Knuth, repeating C. A. R. Hoare

"To die for a religion is easier than to live it absolutely"
Jorge L. Borges
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform