Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select into cursor error
Message
 
 
To
09/02/2004 10:05:54
Denis Filer
University of Oxford
United Kingdom
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00875458
Message ID:
00875466
Views:
15
This message has been marked as the solution to the initial question of the thread.
Add NOFILTER clause to your select so VFP wouldn't create filtered cursor..

>Hello. I have some code for an internet app which was working fine. After intoducing strong typing (may or may not be relevant), I am getting an error “MYCODES must be created with SELECT … INTO TABLE” (error 1815). The troublesome code is listed here:
>
>HIDDEN FUNCTION extractbygenus(lcSearch AS String) AS Integer
>etc...
>SELECT spnumber FROM species into CURSOR mycodes WHERE gecode = gecodex
>etc...
>ENDFUNC
>
>Any clues here! Many thanks, Denis
--sb--
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform