Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Select into cursor error
Message
From
09/02/2004 10:25:59
 
 
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:
00875467
Views:
17
Hi Denis

As far as I understand, you will get this error if species is a cursor which in practice is not a real cursor, but only a filtered table. In the seleect statement that creates your species cursor you must add NOFILTER.

>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
Previous
Reply
Map
View

Click here to load this message in the networking platform