Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
This is not shouting. Error: SELECT ... INTO TABLE
Message
From
07/09/2005 16:27:45
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
All
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
This is not shouting. Error: SELECT ... INTO TABLE
Miscellaneous
Thread ID:
01047494
Message ID:
01047494
Views:
58
I'm getting the error "'CRSACCTCONTDELETED' must be created with SELECT...INTO TABLE." on the SQL below. crsAcctContDeleted is an open cursor. What's up with that?
SELECT crsAcctContDeleted.* ;
	FROM crsAcctContDeleted ;
	WHERE crsAcctContDeleted.iTransact IN (SELECT RefID FROM SAS70_Missing_Deleted_Transfers) ;
	INTO CURSOR crsTestAcctCont
Next
Reply
Map
View

Click here to load this message in the networking platform