Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
This is not shouting. Error: SELECT ... INTO TABLE
Message
 
 
À
07/09/2005 16:27:45
Jay Johengen
Altamahaw-Ossipee, Caroline du Nord, États-Unis
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
01047494
Message ID:
01047502
Vues:
9
This message has been marked as a message which has helped to the initial question of the thread.
>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
>
Add NOFILTER to the query that creates the crsAcctContDeleted cursor.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform