How can I return a connection to the pool?

Product: JDBC Driver
Date: Oct 29, 2008
Keywords:

You call Connection.close(). This returns the connection to the pool and doesn't close the real connection.

 

© Copyright 1996 - 2024, i-net software; All Rights Reserved.