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:42:11
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:
01047523
Vues:
8
This message has been marked as a message which has helped to the initial question of the thread.
Sometimes VFP will cheat and just put a filter on your table that matches your WHERE clause and repackage this as a cursor by the name you specified. What NOFILTER does is force VFP to select the matching records into a real cursor. So, for your error, VFP considered the filtered table-cursor a repackaged cursor. I would actually call it a table repackaged as a cursor.

>I put the NOFILTER on the end of the SQL that creates the crsAcctContDeleted cursor and it works. Thanks! But, why did it work?
>
>>What if you added NOFILTER to the end of the SELECT command? Is SAS70_Missing_Deleted_Transfers a table or a cursor? If a cursor, how was it created?
Mark McCasland
Midlothian, TX USA
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform