| Author |
How to insert record into multiple table uesing preparedStatement (one time i want to insert record)
|
Nr Java
Greenhorn
Joined: Aug 10, 2009
Posts: 9
|
|
In general at a time i am able insert record in a table ...But i dont have idea to insert record in multiple table at one time ...
Any one help me with coading ...if you can
Thanks to all
|
 |
Scott Selikoff
Saloon Keeper
Joined: Oct 23, 2005
Posts: 3666
|
|
|
Start a transaction, use multiple prepared statements, then commit the transaction.
|
My Blog: Down Home Country Coding with Scott Selikoff
|
 |
 |
|
|
subject: How to insert record into multiple table uesing preparedStatement (one time i want to insert record)
|
|
|