相关文章推荐
Dear,
I have this error:



but I did'nt close any connection!
is there any other reason for throwing this error?

thanks,
Sahar.
Most likely you did close the connection somewhere along the line. To check this out, use the database management tool provided with the database to monitor your open connections. You might have to use a debugger, with a breakpoint at the close() method to determine where the connection get closed.

If that does not help, also provide the following:

What type of app are you running? Simple Java ? Web app?

What database?

The source code in question.