Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Select into temporary cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00492135
Message ID:
00492171
Vues:
18
>By the way, the reason it doesn't work is because SYS(3) returns a string with numbers in it. And you can't select into a cursor with an alias name of a numeric-only string. In other words, SELECT...INTO CURSOR 12345678 is an illegal operation (because 12345678 is an illegal alias name... alias names have to start with a non-numeric character).
>
>--Brad

You're extremely right! I forgot the cursor was temp, since i use into table most of the time ( in order to do some work on the table before printing for example ). Thx a lot!!

Jaime
Why do programs stop working correctly as soon as you leave the Fox?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform