in reply to Connection Pooling
Now the issue is that opening 200+ connections to database.
You can do any number of operations with an (any one) open database connection.
Compare all the tables you like, just don't close the connection in-between table comparisons.
Cheers, Sören
(hooked on the Perl Programming language)
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Connection Pooling
by venu_hs (Novice) on Jun 10, 2013 at 11:03 UTC |