Results 1 to 7 of 7
- 06-02-2009, 08:28 AM #1
Member
- Join Date
- Mar 2009
- Posts
- 42
- Rep Power
- 0
- 06-02-2009, 10:03 AM #2
Hi,
Iam not getting you.
1.For a single PreparedStatement object u can pass single query using that you can insert/update multiple values as a batch(i.e) single transaction.For each and every value passing you have to call "addbatch().Finally you have to call executeBatch().So,entire batch will be executed in a single transaction.
One PreparedStatement object contains only one query.
2.Again if you want to have differenent query you need to create another PreparedStatement object and do the same process what I mentioned in the above step.
-Regards
RamyaLast edited by RamyaSivakanth; 06-02-2009 at 11:50 AM.
Ramya:cool:
- 06-02-2009, 10:03 AM #3
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Yes, it's possible. It's better to look at this example.
Use Batch Multiple Updates with PreparedStatement : Batch Update*«*Database*«*Java Tutorial
- 06-02-2009, 10:18 AM #4
- 06-02-2009, 10:37 AM #5
Hi Swathi,
Already we have discussed regarding this with example.I don't know why you are getting doubts.Please go thru this thread for recalling what we did and send the piece of code what u have tried now.
http://www.java-forums.org/database/...t-queries.html
-Regards
RamyaRamya:cool:
- 06-02-2009, 11:14 AM #6
Is more than one preparedStatement object using batch update right one??
Mak
(Living @ Virtual World)
- 06-04-2009, 11:18 AM #7
- Join Date
- Jul 2007
- Location
- Colombo, Sri Lanka
- Posts
- 11,374
- Blog Entries
- 1
- Rep Power
- 18
Similar Threads
-
Same preparedstatement object 4 different queries..
By swati.jyoti in forum JDBCReplies: 4Last Post: 05-12-2009, 12:48 PM -
Using PreparedStatement
By Java Tip in forum Java TipReplies: 0Last Post: 12-22-2007, 11:24 AM -
PreparedStatement
By Java Tip in forum Java TipReplies: 0Last Post: 12-05-2007, 03:56 PM -
calendar object in preparedStatement
By Heather in forum SWT / JFaceReplies: 3Last Post: 06-30-2007, 02:47 PM -
Help me. PreparedStatement
By Felissa in forum JDBCReplies: 2Last Post: 06-28-2007, 05:03 PM


LinkBack URL
About LinkBacks
Reply With Quote

Bookmarks