Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
INDEX ON Problem with SQL CURSOR
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00380216
Message ID:
00380232
Vues:
14
>>Chuck,
>>
>>Add NOFILTER clause to your select statment. That will force foxpro to create a physical cursor instead of filtered view of underlaing table.
>
>Thanks for the info. Haven't used the NOFILTER clause before. Will that leave a .dbf file on disk after the program is closed? One of the reasons I like to use CURSORs for temporary use is that they don't clutter up the directory with temp files left over after the program is closed; and therefore, I don't have to deal with deleting them in my cleanup code.


The temporary DBF/CDX will be deleted as soon as you close cursor.
--sb--
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform