| Author |
spring jdbcTemplate connection
|
ben oliver
Ranch Hand
Joined: Mar 28, 2006
Posts: 369
|
|
Here is a code from internet sample
My question are ---
1. Using this implementation, every time when I do "update" by passing a record, does spring create a NEW database connection for me ? Or does it keep using the same one ?
2. Where and how can I configure this connection thing ?
|
 |
Arun Kumarr
Ranch Hand
Joined: May 16, 2005
Posts: 508
|
|
What does your update method in batchInsert do?
What code does it exactly have?
|
If you are not laughing at yourself, then you just didn't get the joke.
|
 |
ben oliver
Ranch Hand
Joined: Mar 28, 2006
Posts: 369
|
|
|
it inserts data. it uses all standard spring API.
|
 |
 |
|
|
subject: spring jdbcTemplate connection
|
|
|