Hi, I am using JDTS JDBC driver to establish database connection. The connection establishment and fetching the data was sucessfull from database. But, some times i got the below error :
i can't clear this error when i try to fix this problem. please help me, if any one know the answer, let me know.
It sounds like that the database connection is closed and you're trying to use this connection. You can check in your code if a connection is closed with the statement isClosed().