Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1815
Message
De
20/03/2006 22:14:07
Hilmar Zonneveld
Independent Consultant
Cochabamba, Bolivie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01106084
Message ID:
01106085
Vues:
29
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)
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform