Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Error 1815
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Error 1815
Versions des environnements
Visual FoxPro:
VFP 9
Divers
Thread ID:
01106084
Message ID:
01106084
Vues:
67
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

SELECT tContInvs.*, invcont ;
	FROM tContInvs ;
		LEFT JOIN invcont ON tContInvs.wo_id = invcont.wo_id ;
	INTO CURSOR t1
I realise the code is a bit non-sensical but it illustrates my problem. Can someone explain to me why I am getting the problem (i.e. cant use the created cursor)

regards
Geoff Scott
May all your weeds be wildflowers
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform