Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 1815
Message
From
20/03/2006 22:14:07
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivia
 
 
To
20/03/2006 22:00:51
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01106084
Message ID:
01106085
Views:
31
This message has been marked as the solution to the initial question of the thread.
Problem: VFP decided it was more efficient to use a filtered version of a table, rather than create a temp table on disk. This is faster, but unusable for subsequent SELECT statements.

Solution: Use the NOFILTER clause in the first SELECT statement.

>Hi
>
>I am getting an '"cursor" must be created with SELECT ... INTO TABLE (Error 1815)' when attempting to do the following
SELECT t_key, wo_id ;
	FROM invcont WHERE wo_id = 345245 ;
     INTO CURSOR tContInvs;
     NOFILTER
...
Difference in opinions hath cost many millions of lives: for instance, whether flesh be bread, or bread be flesh; whether whistling be a vice or a virtue; whether it be better to kiss a post, or throw it into the fire... (from Gulliver's Travels)
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform