Subject | Re: [IBO] Sorry, but I got lost again (about transaction) |
---|---|
Author | Jason Wharton |
Post date | 2003-12-04T20:31:28Z |
> Yes. Iam using TIB_connection component. You got a nice suggestion :-)Please be precise in your words. I can't make sense of this.
> 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?
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