Good day to all,
i am new to db2 Connection pooling.
i had connected to DB2ConnectionPoolDataSource and got PooledConnection from the data source. my problem is how do i return the connection to the pool? do i have to use con.close()? if not how?
I did con.close() but the problem is when i get the connection to the pool and created a statement it tells me an error that the connection is closed already.
how do i resolve this?
tnx in adv!!