Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Error 1815
Message
From
20/03/2006 22:00:51
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Error 1815
Environment versions
Visual FoxPro:
VFP 9
Miscellaneous
Thread ID:
01106084
Message ID:
01106084
Views:
66
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
Next
Reply
Map
View

Click here to load this message in the networking platform