On Mar 30, 2007, at 9:53 PM, Larry Bradley wrote:

> Remote views are a lot simpler than using passthrough. You update a  
> field
> (or fields), do a tableupdate(), and VFP takes care of all the  
> messy stuff
> - conflict resolution, determining which fields have to be written  
> back,
> buffering, transactions, etc ad nauseam.
>
> With passthough, you have to handle all these details yourself.

        Have you ever seen Paul's makeUpdatable.prg? It basically does all  
the things that views do, but allow you the flexibility of using SPT  
for your code.

        I've written several data access classes in VFP that integrate  
makeUpdatable with SPT, giving you the best of both worlds. That's  
what I've tried to do with Dabo's database layer.

-- Ed Leafe
-- http://leafe.com
-- http://dabodev.com



_______________________________________________
Post Messages to: [email protected]
Subscription Maintenance: http://leafe.com/mailman/listinfo/dabo-users
Searchable Archives: http://leafe.com/archives/search/dabo-users
This message: http://leafe.com/archives/byMID/dabo-users|[EMAIL PROTECTED]

Reply via email to