|
Posted by Larry Bertolini on 10/01/80 11:39
Erland Sommarskog wrote:
> It's possible that if you set the remote database as read-only that
> you will not need DTC. I have not tried this, though.
I tried it, but it had no effect.
> Well, the obvious thought when I see this code is: why not move
> the SELECT on the remote query outside the transactions?
Well, sure. The code I provided was just some stuff I hacked up
as a "proof of concept", to see if setting an isolation level would
allow a remote select within a transaction, without DTC. The "real"
code belongs to a programmer in a different department, and I haven't
even seen it. I can only assume that it's inconvenient (though perhaps
necessary) to restructure the code so that the remote selects are
outside of the transaction(s).
Thanks for the help.
Larry
[Back to original message]
|