This page contains an archived post to the Java Answers Forum made prior to February 25, 2002.
If you wish to participate in discussions, please visit the new
Artima Forums.
Message:
Access using jdbc
Posted by Muhammad amjad on January 14, 2001 at 3:40 AM
> Hello all: > My program throws a SQLException when it is accessing database. > The exception caused by the connection reset. I am confused that this error occured after my program has accessed the database many times and the database wasn't crashed. > What's the reason? why the connection reset? > The error message : > Connection reset by peer: socket write error > ... > Message: Connection reset by peer: JVM_recv in socket input stream read > Thanks very much
Replies:
|