Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Copy a Cursor and its indexes
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 9 SP1
Divers
Thread ID:
01129043
Message ID:
01129057
Vues:
9
>If I have a cursor, how can I make a readwrite copy of it along with all the indexes?
>
>Thanks
>
>Brenda

What cursor?
If you get this cursor from SELECT statement just add READWRITE at the end:
SELECT ..... INTO CURSOR cTest READWRITE
and you will get a writable cursor. Any other cursors are readwrite by deafult.
Against Stupidity the Gods themselves Contend in Vain - Johann Christoph Friedrich von Schiller
The only thing normal about database guys is their tables.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform