Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Data from multiple sources in one DBC?
Message
From
03/04/2003 11:02:54
 
General information
Forum:
Visual FoxPro
Category:
Client/server
Miscellaneous
Thread ID:
00772631
Message ID:
00773570
Views:
17
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
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform