How to configure 2 transactions diferently?

Discussion of open issues, suggestions and bugs regarding UniDAC (Universal Data Access Components) for Delphi, C++Builder, Lazarus (and FPC)
Post Reply
andrewsvaz
Posts: 12
Joined: Fri 04 Apr 2014 18:50

How to configure 2 transactions diferently?

Post by andrewsvaz » Tue 20 May 2014 21:56

Hi all,

I'm using 2 transactions in Unidac with Firebird, both custom. But when I input the parameters for the isolation level Custom type on the transaction in the second UniTransaction, the first goes blank.

Using XE3 with unidac 5.3.8.

Isolation parameters that I'm using:

isc_tpb_read;isc_tpb_nowait;isc_tpb_rec_version;isc_tpb_read_committed
isc_tpb_write;isc_tpb_nowait;isc_tpb_rec_version;isc_tpb_read_committed

Is there a way to do this? I searched in the documentation about the pre-defined isoaltion levels but I didn't find anything specific.

Thanks
Andrew

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: How to configure 2 transactions diferently?

Post by ZEuS » Fri 23 May 2014 07:47

Unfortunately, we can not reproduce the problem as you have described it.
Please, create a small test project that demonstrates the problem, including a sample database, and send it to eugeniyz*devart*com.

andrewsvaz
Posts: 12
Joined: Fri 04 Apr 2014 18:50

Re: How to configure 2 transactions diferently?

Post by andrewsvaz » Mon 26 May 2014 18:59

My bad, sorry.

I was adding the parameters copied from the notepad and a crlf came together making the options aparently dissapear.

Thanks for your time.
Andrew

ZEuS
Devart Team
Posts: 240
Joined: Thu 05 Apr 2012 07:32

Re: How to configure 2 transactions diferently?

Post by ZEuS » Tue 27 May 2014 04:53

It is good to see that the problem has been solved. Feel free to contact us if you have any further questions about UniDAC.

Post Reply