How to free the Connection object being used in sql execution
Hi All,
I've a problem regarding to java connection object. I've created a connection object and then tried to call a server program that has taken a long time due to the long working specified in server program. So, do we have any mechanism to cancel the job being handled at server program so that i can free the connection resource held be server program for other purposes.
Thx. in advance.

