Subject | Re: [Firebird-Java] Re: ResourceException |
---|---|
Author | Carsten Schäfer |
Post date | 2002-05-28T10:02:22Z |
Hi,
Problem is that i have an server application that talks to db when a client asks him.
(Normally every time with the same read-connection)
But i don't know which db-method was called direct before the methode that throws the sqlexception.
And i can' reproduce it. I only see this in the log-file of my costumer.
gruse
Carsten
Problem is that i have an server application that talks to db when a client asks him.
(Normally every time with the same read-connection)
But i don't know which db-method was called direct before the methode that throws the sqlexception.
And i can' reproduce it. I only see this in the log-file of my costumer.
gruse
Carsten
----- Original Message -----
From: "rrokytskyy" <rrokytskyy@...>
To: <Firebird-Java@yahoogroups.com>
Sent: Tuesday, May 28, 2002 9:07 AM
Subject: [Firebird-Java] Re: ResourceException
> > I ' ve forget to mention it.
> > This exception happen with a Prepared select-Statement.
> > (when i call prepareStatement) When i do selects i normally does
> > not do anything with commit or autocommit. So why does this happen ?
>
> This might be also a bug in driver. I would appreciate if you create
> a test case that reproduces the bug. ensureInTransaction() method
> simply checks if you have transaction started, and if not, starts it.
> JDBC specification does not define Connection.begin() to start
> transaction, but IB API does.
> Your use of Yahoo! Groups is subject to http://docs.yahoo.com/info/terms/
>
>