How do i control when database is updated (do i have apply apdates ?)

Discussion of open issues, suggestions and bugs regarding SDAC (SQL Server Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Yossi

How do i control when database is updated (do i have apply apdates ?)

Post by Yossi » Thu 09 Jun 2005 10:15

I want to let the user edit data and have the option for
rollback changes ( ignore changes )
or apply updates ...

Is It Possible using TMsQuert Or TMsTable ?

Ikar
Posts: 1693
Joined: Thu 28 Oct 2004 13:56

Post by Ikar » Thu 09 Jun 2005 11:11

Please see CachedUpdates property and CachedUpdates demo

Post Reply