Search found 3 matches
- 28.10.2008, 13:14
- Forum: User Contributions
- Topic: Master / Detail/ CachedUpdates / tiReadCommitted
- Replies: 1
- Views: 1908
- 22.10.2008, 13:27
- Forum: User Contributions
- Topic: Master / Detail/ CachedUpdates / tiReadCommitted
- Replies: 1
- Views: 1908
Master / Detail/ CachedUpdates / tiReadCommitted
I have the following case: Connection -> TransactIsolationLevel = tiReadCommitted Master - CachedUpdates = True Detail -> CachedUpdates = True When I click the post button: Connection.StartTransaction try Master.ApplyUpdates Detail.ApplyUpdates 1 record applies 1 record occurs error except Connectio...
- 22.10.2008, 13:25
- Forum: User Contributions
- Topic: Roll back cached updates without losing changes (Updated)
- Replies: 5
- Views: 4860
I wonder if this solution will be implemented in zeos? I have the following case: Connection -> TransactIsolationLevel = tiReadCommitted Master - CachedUpdates = True Detail -> CachedUpdates = True When I click the post button: Connection.StartTransaction try Master.ApplyUpdates Detail.ApplyUpdates ...