Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Order in Views?
Message
From
30/04/2001 11:53:06
Jay Johengen
Altamahaw-Ossipee, North Carolina, United States
 
 
To
30/04/2001 11:21:12
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Title:
Miscellaneous
Thread ID:
00501476
Message ID:
00501590
Views:
21
Very cool... Thanks! Your examples cleared-up my confusion regarding when and how to use buffering properties.

>Yup,that's about it- as to why, you'd have to ask MS or some of the real Pros in this forum.
>
>Issuing TABLEUPDATE() on views or tables: same difference.
>
>Buffering comes in 3 flavours:
>
>Not buffered: you write directly to the table, only good with VFP style tables,
>excellent for temporary tables and such. But how to handle a cancel button?
>
>Row buffered: Imagine you have to edit one record in a Customer table. Before you move off the record to some other customer you'd like your user to either save the changes or revert to the original record.
>
>Table buffered: The approach from above will not work if your user has to fill in an invoice with a bunch of line-items. You really don't want to ask them if they'd like to save changes for every invoice line.
>
>
>>Thanks Peter, that sounds like it will work for what I'm doing. A couple followup questions -- is the logic here that you can index a view as long as it's not set to table buffering? Why is that? What is the major difference between table and row buffering when issuing TableUpdate() on views? Thanks again, Renoir
>*Snip
Previous
Reply
Map
View

Click here to load this message in the networking platform