Subject | Transaction error (C#) |
---|---|
Author | spif1973 |
Post date | 2003-12-19T08:55:23Z |
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
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