Board index » delphi » Inprise Update: use TClientDataSet instead of cached updates
Richard L Tenney
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
|
Richard L Tenney
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Inprise Update: use TClientDataSet instead of cached updates
Official Inprise (http://www.inprise.com/techpubs/delphi/update.html):
Quote> Addendum to Chapter 24, "Working with caches [sic] updates:" If you Thanks. |
Mark Pauke
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Inprise Update: use TClientDataSet instead of cached updatesQuote>> Addendum to Chapter 24, "Working with caches [sic] updates:" If you (you lose nothing), but has a lot of additional features. For example, TClientDataSet (which is part of the Midas technology) allows multiple masters and details to be edited at the same time. Cached updates requires all details to be posted before moving to a new master record. The TClientDataSet also supports the briefcase model, which means that the Another benefit of using TClientDataSet is that it causes your program to be One other point that should also be considered is that the cached updates Hope this helps, Mark |
Ba
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Inprise Update: use TClientDataSet instead of cached updatesI just got back from the conference. I attended a session by Dan Miser about using TClientDataSet instead of cached updates. He pointed out all the advantages of using TClientDataSet including: more flexible, more powerful, less problems with master/detail data updates... BTW if Dan is reading this message, Thanks, it was an excellent session. Ba |
David Scheid
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Inprise Update: use TClientDataSet instead of cached updatesUmmm, I think D4 USES TClientDataSets for cached updates. Just my .02 worth QuoteBa wrote in message <35D32B2C.B9243...@pacbell.net>... |
Richard L Tenne
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Inprise Update: use TClientDataSet instead of cached updatesBa, Thanks for the confirmation. Did Dan Miser suggest any places that have some examples with some As you can see, I'm still pretty confused about this. I'll go re-read Any lurkers out there with suggestions, please feel free to jump in. Thanks, - Richard |
Jeff Overca
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Inprise Update: use TClientDataSet instead of cached updatesDan will be putting up some examples on his web site sometime soon (his Session indicated that he will have D4 examples sometime after the BorCon wrapped up. http://www.execpc.com/~dmiser/dcom.htm Basically you work very similar to Cached Updates. You still use your TQuery Obviously I didn't go into detail, but hopefully this will get you started a Jeff Overcash In article <35D5CF21.641A6...@cs.umb.edu>, Richard L Tenney <r...@cs.umb.edu> Quote>Ba, |
Richard C Have
![]() Delphi Developer |
Wed, 18 Jun 1902 08:00:00 GMT
Re:Inprise Update: use TClientDataSet instead of cached updatesCached Updates are a Delphi 2 solution that have no application to 3-tier programming or anything else new or {*word*226}. Client DataSets are a Delphi 3 solution that are very important for Which should you pick? <G> To use ClientDataSets in a single EXE, you need to drop or link a Cheers QuoteRichard L Tenney wrote: |
1. Using ClientDatasets instead of cached updates
2. Using ClientDatasets instead of Cached Updates
3. TQuery- How to update WITHOUT using cached updates?
4. Cached Updates QUESTION: Sorting table of updated and non-updated records
5. Cached Updates are dead - long live cached updates?
6. Latest BDE 5.01 calls INSERT instead of MODIFY with cached updates
7. ClientDataSet instead of cached updates
8. Cached Updates Problems with TClientDataSet