Re: ResultSet is closed
From: Chris Smith (cdsmith_at_twu.net)
Date: 11/25/04
- Next message: Mike B: "Re: Help With Arrays"
- Previous message: Uni_Student: "Re: Help With Arrays"
- In reply to: Mike B: "ResultSet is closed"
- Next in thread: Mike B: "Re: ResultSet is closed"
- Reply: Mike B: "Re: ResultSet is closed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 24 Nov 2004 20:52:03 -0700
Mike B <mrcics2000-news-nomail@nomail.yahoo.com> wrote:
> I was testing my program and the above appeared in the output. I have
> searched all classes in this particular folder and I do not even have any of
> that coded. Does Java issue messages like that? Is it an error? My code ran
> ok, just the message appeared.
It sounds like that was the message text -- e.getMessage() -- of an
exception during JDBC access. You probably print out the exception
message at some point.
-- www.designacourse.com The Easiest Way To Train Anyone... Anywhere. Chris Smith - Lead Software Developer/Technical Trainer MindIQ Corporation
- Next message: Mike B: "Re: Help With Arrays"
- Previous message: Uni_Student: "Re: Help With Arrays"
- In reply to: Mike B: "ResultSet is closed"
- Next in thread: Mike B: "Re: ResultSet is closed"
- Reply: Mike B: "Re: ResultSet is closed"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Relevant Pages
|