How to configure 2 transactions diferently?
Posted: 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
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