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 spring is in related to j2ee?
What are defined as web components?
What is java ee technologies?
What are j2ee concepts?
what is the purpose and activity of SessionFactory in hibernate?
13 Answers Cognizant, HCL, Oracle, PiServe Technologies,
Where javac is located?
What is attribute what is asant?
What is a thin client?
What are types of j2ee clients?
What are the components and containers in java?
What is caller principal?
what is interface in java ?can you explain with simple example?and what is the difference between abstract and interface?