Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Read only cursor
Message
 
À
13/05/2003 12:00:48
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00787772
Message ID:
00787777
Vues:
15
>Einar,
>
>VFP7 & after you can use the READWRITE clause of the Select...
>
>VFP6:
>
>select * from mytable into cursor temp1
>use dbf("temp1") alias temp2 again in 0
>use in temp1
>select temp2
>
>

Thanks Steve. I am using vfp7 so I am in luck.
Is it normal that when I issue:
select * from myTable into cursor myCursor readwrite
that both myTable and myCursor are open in a workarea?
Should I issue a select 0 before I do my select statement to insure that a different workarea will not be used or is this redundant?

Einar
Semper ubi sub ubi.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform