Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Create cursor with sql *not* read-only
Message
 
 
À
08/08/2003 17:42:54
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00818454
Message ID:
00818486
Vues:
18
This message has been marked as the solution to the initial question of the thread.
Select * from mytable into crsTemp NOFILTER
USE (DBF("crsTemp")) AGAIN IN 0 ALIAS mycursor
USE IN crsTemp
SELECT mycursor
>Thanks for your reply.
>
>i think that's for vfp 7 or 8. i foregot to mention that i work with vfp 6 - sorry.
>
>>Select * from mytable into mycursor READWRITE
>>
>>>Hello everybody
>>>
>>>i need to create a cursor through a sql command which is not read-only. i think i have seen a solution here at UT before, but i do not remember it.
>>>
>>>thanks for any help in advance!
--sb--
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform