What is the difference between ExecuteUpdate and
ExecuteQuery?
Answer / p.l.n.kumar
ExecuteUpdate is used to execute Insert,Update and
Delete... statements.it's return type is 'int' .
ExecuteQuery is used to execute Select.... statements.It's
return type is 'Resultset' object.
| Is This Answer Correct ? | 45 Yes | 8 No |
How can you sort dates?
Name the method, which is used to prepare a callablestatement.
What are the differences between resultset and rowset?
Why do we need jdbc?
Once I have the Java 2 SDK, Standard Edition, from Sun, what else do I need to connect to a database?
Is jdbc faster than odbc?
What is resultset in jdbc with example?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
How MS-Access DB can be accessed over a network, using JDBC API?
preparedstatement p= new preparedstatement is it possible ?
10 Answers Fidelity, IBM, Infrasys,
Is jdbc part of j2ee?
What is a jdbc driver and how many jdbc drivers are available?