Plateforme Level Extreme
Abonnement
Profil corporatif
Produits & Services
Support
Légal
English
Data from multiple sources in one DBC?
Message
De
03/04/2003 11:02:54
 
Information générale
Forum:
Visual FoxPro
Catégorie:
Client/serveur
Divers
Thread ID:
00772631
Message ID:
00773570
Vues:
15
Hi Lynda.

>Somehow, the VFP data seems to be double buffered and the updates aren't always written through to the source tables.

That's a common problem. The solution is to either turn off buffering for the source tables using CURSORSETPROP() or to specifically issue TABLEUPDATE() against the source tables after using TABLEUPDATE() on the views. My preference is the former since double-buffering doesn't make any sense to me.

Doug
Précédent
Suivant
Répondre
Fil
Voir

Click here to load this message in the networking platform