Transactions

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
Cogito
Posts: 24
Joined: Sat 05 Jul 2008 07:15

Transactions

Post by Cogito » Wed 30 Dec 2009 08:19

Hello,

I'm not experienced with unidac therefore apologize for some "beginners" questions :roll:
What about transactions with your components (query and table), do I have to make an explicit transaction when I change a table (Table/Query.Edit and Table/Query.Post) or is there automatically a transaction used to avoid conflicts with other users in a network? What is the best practice to change and save data in a network environment, can you post a short sample (if I want to save do I have to make it in an exception block?) I'm looking for the best way before I start to use your components in a network environment to make sure there are no conflicts with other users.

Post Reply