preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / venkatesh
Correction. Syntax should be....
PreparedStatement ps = conn.prepareStatement("Query");
Thanks.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
What are the common tasks of JDBC?
Explain different types of locks in jdbc?
What does executeupdate return in java?
What are the differences between stored procedure and functions?
What does jdbc stand for?
Does the JDBC-ODBC Bridge support multiple concurrent open statements per connection?
What are the considerations for deciding on transaction boundaries?
How can we disable a constraint ?
How to set the attribute concurrency in resultset?
What is ODBC and JDBC? How do you connect the Database?
Why do I have to reaccess the database for Array, Blob, and Clob data?
What is xe in oracle jdbc url?
Explain about the Try Block?
What are the main steps in java to make JDBC connectivity?
Discuss the significances of jdbc.