posted 22 years ago
What's the difference between getting a connection directly from a Connection Pool
and getting a connection from a Datasource
at the end the result will be the same : a connection from the connection pool will be returned ... so what's the difference between the two techniques ?