Subject Re: Transaction error (C#)
Author spif1973
--- In firebird-support@yahoogroups.com, "Martijn Tonies"
<m.tonies@u...> wrote:
>
> > 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.
>
> What exception?
>
> With regards,
>
> Martijn Tonies
> Database Workbench - developer tool for InterBase, Firebird, MySQL
& MS SQL
> Server.
> Upscene Productions
> http://www.upscene.com

It doesn't state the name of the Exception but writes the following
on my Console:

at FirebirdSql.Data.Firebird.Gds.GdsTransaction.BeginTransaction()
at FirebirdSql.Data.Firebird.FbTransaction.BeginTransaction()
at FirebirdSql.Data.Firebird.FbConnection.BeginTransaction()

Martin