Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
CURSORs not in TEMP directory
Message
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Titre:
CURSORs not in TEMP directory
Divers
Thread ID:
00197021
Message ID:
00197021
Vues:
83
Hi,

Hope someone can help me with this. We have an application
that creates cursors in the MAIN for use in the whole app.
Problem is some of the cursors seem to be copies of the
actual table (has all fields and indexes) and exist as actual
tables (CSAMPLE.DBF) while others exist as cursors (stored in
the temp i.e. C:\TEMP\01021598.TMP) when we do display status.

The syntax we use is the same for all using sql select. For
example:

select Field1, Field2 from Sample order by Field1 ;
into cursor cSample

select Field1, Field2 from Sample2 order by Field1 ;
into cursor cSample2

etc...

TIA

Arriyel
Speak using soft and sweet words in case you have to eat them later.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform