to update a batch in a table in jdbc which method of
statement object is used.
Answers were Sorted based on User's Feedback
Answer / surima
First add the sql querys to statement object via
stmt.addBatch(strupdQry)
then write stmt.executeBatch()
Is This Answer Correct ? | 21 Yes | 1 No |
Answer / chandran
to update a batch in a table Prepared Statement is used and
the method executeUpdate(), is used
Is This Answer Correct ? | 4 Yes | 15 No |
What is j2ee product?
What is javabeans component?
Is string a primitive data type in java?
What is j2ee called now?
What is actionform?
How does event listener work in java?
How will you explain cdata?
What is the use of method save()?
What is fatal error?
Explain the j2ee tiers.
What is cmp in j2ee?
What is application client container?