| Author |
Batch Update by passing Inparameters in JDBC Template
|
Swaroop Reddy
Ranch Hand
Joined: Feb 25, 2009
Posts: 34
|
|
Hi All,
I am working on Spring with JDBC Templates,I need to delete a record from almost all 25 tables hence I thought of going for Batch updates,all 25 queries need caseNo as a parameter ,hence my problem is how to use batch update for deleting a record in these 25 tables by sending caseNo as inparameter
example of my query
1.Delete* from emp where id = ?
2.Delete * from organization where id = ?
and so on till 25 th query
Please provide me with example
|
Mr.Reddy
|
 |
 |
|
|
subject: Batch Update by passing Inparameters in JDBC Template
|
|
|