| Author |
connection pooling
|
Tim Johnsen
Greenhorn
Joined: Oct 13, 2005
Posts: 12
|
|
|
I want to return a connection in my class if there is an SQL error. I am currently doing this now with a finally block but is there any other way to achieve this?
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3652
|
|
|
A catch block can redirect on exceptions.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: connection pooling
|
|
|