Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Grid Turns to ReadOnly
Message
De
24/09/2004 11:22:57
 
 
À
24/09/2004 11:06:16
Information générale
Forum:
Visual FoxPro
Catégorie:
Gestionnaire d'écran & Écrans
Divers
Thread ID:
00945540
Message ID:
00945745
Vues:
18
No, and that's not the meaning with cursors, cursor means 'current set of records', meaning a snapshot of the requested data. You select the data you request, and then 'disconnect' from the table.

To be able to write the dta back to the table, you have other options. Either you can use an updateable view, or you can write code to compare the data in the cursor, and write the data back to the table programmatically.

>When I do that It doesn't write my changes into the table.
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform