Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select into temporary cursor
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00492135
Message ID:
00492171
Views:
19
>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?
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform