Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
VB, C#, and VFP data handling examples
Message
 
To
16/04/2007 16:56:54
John Ryan
Captain-Cooker Appreciation Society
Taumata Whakatangi ..., New Zealand
General information
Forum:
Visual FoxPro
Category:
Visual FoxPro and .NET
Miscellaneous
Thread ID:
01215120
Message ID:
01217168
Views:
17
>I note that some NET luminaries don't seem to use the typed dataset's change tracking, preferring to roll their own. Presumably there's more to it. I have a feeling that some people handle change tracking in a SP(!) i.e. pass everything to the backend and let it handle it, but lets wait and see...

Hi John,

There's also the "data shadowing" concept, which would involve a copy of the original data associated with an object. The (biz) object, upon saving changes, could easily detect and promote only the values/fields changed in its editing session, by comparing them with its original data shadow. In other words, the change tracking would be central to the (biz) object class.
I don't develop in .NET currently. This is something we use in our VFP framework, though I assume it would apply to any disconnected scenario.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform