Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Buffering and Tableupdate()
Message
De
13/04/2006 11:41:24
 
 
À
Tous
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Titre:
Buffering and Tableupdate()
Divers
Thread ID:
01113462
Message ID:
01113462
Vues:
57
If the controls on a form display and operate on data contained in a temporary cursor, how do you save the revised data back into the original table? I'm experimenting with the following code sequence to try and figure this out but I can't seem to get it right.
select * from test_financing into cursor crstemp readwrite
set multilocks on
=cursorsetprop("buffering",5,"test_financing")
select crstemp
go top
replace amount with 2000
=tableupdate()
Any help will be appreciated.
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform