Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Trouble with SQL against an altered parameterized view
Message
From
13/04/1998 17:17:51
 
 
To
13/04/1998 16:50:46
General information
Forum:
Visual FoxPro
Category:
Coding, syntax & commands
Miscellaneous
Thread ID:
00091412
Message ID:
00091629
Views:
21
Jim,

Originally there was a question of how to get a summary total from a view without the data being fully committed. I inidcated that if both the view and table had optimistic table buffering you could committ the changes to the view which places them in the buffer of the table. You could then do a SQL-Select on the view to get the totals you need. If you needed to revert your changes you still could do a tablerevert on the table. The discussion continued on whether a tableupdate to the view would automatically commit the changes to the table. Many times I have both the table and the view in my DE. My save routine cycles through and does a tabelupdate on all the views and then cycles through all the tables and does a tableupdate.

-myron kirby-
myronk@flash.net
-------------------------------------------------------------------------


>Myron (sorry, David),
>
>Can you please clarify your original "intent". . . I did not catch it as David seems to have in the statement reporduced below:
>
>----- Start copy. . .
>>Myron is saying to also include the table itself with buffering to the form which will cause another layer of buffering of the data.
>----- End of copy
----------------------------------
-myron kirby (mkirby2000@gmail.com)-
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform