Page 1 of 1

Newbie - Transaction components - best practice

Posted: Sun 10 Oct 2010 20:01
by rsanford
Newbie question, sorry if this was repeated elsewhere.

My app has one connection, mulitple TIBCquery components. Do I assign two IBCTransaction components to each query (or dataset ) component, 1. for transaction property (ReadCommitted/ReadOnly isolation)
2. for Update transaction property (ReadCommitted isolation)?

I was hoping that transactions would be automatically handled for me using the default transactions without IBCTransaction components added.

Thanks

Posted: Mon 11 Oct 2010 14:06
by AndreyZ
Hello,

You don't need to use the IBCTransaction components for the IBCQuery component. IBCQuery is using default transactions for execution and modification.