Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Any reason to buffer local views?
Message
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00458169
Message ID:
00458170
Views:
23
>Is there any reason that I would want to buffer my local (updatable) views? I can't think of any reason that it would be necessary.

If you want to be able to revert to the user's starting point then you have to buffer either the views or the underlying table. It makes sense to me to buffer the actual data entry point (the view) and issue a Tableupdate() when you are ready to commit the changes to the table. If the user decides to cancel the changes mid-stream then you just issue a Tablerevert() on the view.

Just my $0.02 at 0200. :-)
Larry Miller
MCSD
LWMiller3@verizon.net

Accumulate learning by study, understand what you learn by questioning. -- Mingjiao
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform