Subject Transaction error (C#)
Author spif1973
Hi
I'm having a problem with transactions. My code uses one Connection
only, and the functions in which i open and close my connections are
locked because of multiple thread handling.
I randomly get an Exception in beginTransaction(), which I simply
can't explain. I can have my application running for a day without
problems, and the next time I run it, it can throw the Exception
within minutes.
I'm sending a mail to support, but thought I'll ask you guys too.
Could be that you have had this problem too.

Martin