Subject Re: [IBO] Sorry, but I got lost again (about transaction)
Author Jason Wharton
> Yes. Iam using TIB_connection component. You got a nice suggestion :-)
> What if I assign a IB_transaction to the TIB_connection but leave the
> dataset's ib_transaction empty will that give me the same effect as you
> suggest? Having using the internal transaction of the dataset ... how do
> i set its internal transaction properties like the Isolation ... I want
> to set it to Read Committed?

Please be precise in your words. I can't make sense of this.

If the TIB_Connection.DefaultTransaction is assigned then all
statements/datasets referencing that connection will use its default
transaction if it's IB_Transaction property is left blank.

Jason Wharton