Re: JDBC ResultSet exception

2004-04-29 Thread Josh Trutwin
On Thu, 29 Apr 2004 23:59:05 +0200 "Bjoern Wuest" <[EMAIL PROTECTED]> wrote: > Dear All > > > I work on a small application with database support. For development I use > the MySQL database which is just doing fine. During testing I experienced a, > in my opinion, strange bug. > > > I have the

JDBC ResultSet exception

2004-04-29 Thread Bjoern Wuest
Dear All I work on a small application with database support. For development I use the MySQL database which is just doing fine. During testing I experienced a, in my opinion, strange bug. I have the following source code: >> Connection conn = p_GetConnectionFromPool(); try {