Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
How to make a cursor updateable ?
Message
De
20/02/2001 11:43:19
Cetin Basoz
Engineerica Inc.
Izmir, Turquie
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Divers
Thread ID:
00477642
Message ID:
00477650
Vues:
20
>Hi,
>
>This is probably a silly question but is there any way to make a cursor read/write in VFP 5?
>What I want to do is allow my client to delete records. I have tried
>
>USE cursor_name AGAIN in workarea
>
>but with no success.
>
>TIA
>
>Willie

Willie,
Try like this :
select ... into cursor myCursor NOFILTER
use dbf('myCursor') in 0 again alias crsRW
use in 'myCursor'
select crsRW
Cetin
Çetin Basöz

The way to Go
Flutter - For mobile, web and desktop.
World's most advanced open source relational database.
.Net for foxheads - Blog (main)
FoxSharp - Blog (mirror)
Welcome to FoxyClasses

LinqPad - C#,VB,F#,SQL,eSQL ... scratchpad
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform