Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
VFP 8 bug - alias already in use???
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Autre
Divers
Thread ID:
00822317
Message ID:
00822345
Vues:
12
>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
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform