Answer Posted / kalyan
If same query is executed multiple times over DB for
different values, we go for preparedStatement
PreparedStatement ps = con.prepareStatement(
"UPDATE TABLE_NAME SET COLUMN = ? WHERE COF_VALUE
LIKE ?");
| Is This Answer Correct ? | 3 Yes | 0 No |
Post New Answer View All Answers
Can I get a null resultset?
What are clob and blob data types in jdbc?
What is url in jdbc connection?
What is jdbc driver in java?
Which is better jpa or jdbc?
Which interface handles transaction management in jdbc?
code to insert values/rows into oracle database from a java swing textfield when a button is pressed(using preparedstatements)
DB2 Universal claims to support JDBC 2.0, But I can only get JDBC 1.0 functionality. What can I do?
Explain about the Try Block?
What is odbc and jdbc drivers?
Where is mysql jdbc driver located?
What causes the "No suitable driver" error?
What are the types of statements in jdbc?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
What is serialization and deserialization in java programming?