Multiple transaction error
Posted: Sun 15 May 2016 09:14
Hello, I'm using UniDAC to connect to Firebird and Oracle.
In firebird I have two datamodules (for example). When I create each datamodule, I start a transaction contained in each one.
It runs fine in Firebird, but in oracle I get an exception that says that cannot be opened more than one transaction per connection. I know is a restriction of Oracle, but I have read that when doing it, UniDAC manages it and only uses one transaction.
Have I missing something in the configuration?
In firebird I have two datamodules (for example). When I create each datamodule, I start a transaction contained in each one.
It runs fine in Firebird, but in oracle I get an exception that says that cannot be opened more than one transaction per connection. I know is a restriction of Oracle, but I have read that when doing it, UniDAC manages it and only uses one transaction.
Have I missing something in the configuration?