Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Writeable Cursors?
Message
 
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00066144
Message ID:
00066435
Vues:
34
>>How do you make a SQL Cursor writeable ?
> As others have told you the solution is:
> SELECT * FROM MyTable INTO CURSOR Query
> USE DBF("Query") IN 0 AGAIN ALIAS Writable
>

Also of note: Assuming that you want changes propagated through to a base table in a Client/Server application...there is a KB article that describes how to convert a result set (one returned via an SQL Pass-through query) into a read-write cursor such that changes will be propagated back to the base table on the server. It's basically done by using a bunch of cursorsetprop calls.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform