Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Updatable SQL cursor
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Codage, syntaxe et commandes
Divers
Thread ID:
00160169
Message ID:
00160177
Vues:
25
Michel,

Take a look at the CREATE SQL VIEW command. I think it's easier to just use the method of making a cursor read/write unless you need to send the updates made to the cursor back to the base table. If you need to do that, a view (created in code or with the view designer) is probably the way to go.

>Hi Craig,
>
>How do you do that ?
>
>Michel.
>
>================ Original message follows ======================
>
>>>Hi All,
>>>
>>>Is it possible to create an updatable cursor with
>>>SELECT ..... INTO CURSOR, or does one have to actually
>>>use SELECT .... INTO DBF ?
>>>
>>>Michel.
>>
>>
>>Why not just create a view with code?
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform