Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Saved and after that not saved
Message
Information générale
Forum:
Visual FoxPro
Catégorie:
Base de données, Tables, Vues, Index et syntaxe SQL
Versions des environnements
Visual FoxPro:
VFP 6 SP5
OS:
Windows '98
Database:
Visual FoxPro
Divers
Thread ID:
00967162
Message ID:
00967172
Vues:
8
>Hello, i'm having a problem with the database users, because, they say that they save the record but after that (Users do some others operation), they don't see the things they saved before, how can i fix this?
>
>Thanks for the help.

Dificult to say without knowing the details, but first you need to track the your save process and verify that the values are really saved when the user does it.
Do you use buffering? In that case you could check what TABLEUPDATE() returns. Also, you need to make sure that you are not double-buffering the table. That might happen, for example, if you use the buffered view on a table that is also buffered. If that's the case, the TABLEUPDATE() for the view will update only the table buffer, but not the data in the table itself, so you need to either remove double buffering or issue another TABLEUPDATE(0 on a table.
Also, the changes might be just overwritten by another user's changes.
Nick Neklioudov
Universal Thread Consultant
3 times Microsoft MVP - Visual FoxPro

"I have not failed. I've just found 10,000 ways that don't work." - Thomas Edison
Précédent
Répondre
Fil
Voir

Click here to load this message in the networking platform