preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / abc
No,Syntax..............
PreparedStatement st=con.prepareStatement("query");
Thanks!
| Is This Answer Correct ? | 5 Yes | 0 No |
Post New Answer View All Answers
What are the classes and methods used for sending sql statements to database?
What are the different types of JDBC drivers?
What causes no suitable driver error?
If you are truncated using JDBC, how can you that how much data is truncated?
What do you mean by database connection pooling?
How can we execute stored procedures using callablestatement?
What is the meaning of connection?
What is Apache DBCP API?
What is correlated subquery?
Why “no suitable driver” error occurs?
What do you mean by batch processing in jdbc?
How do I load a database driver with JDBC 4.0 / Java 6?
What is JDBC PreparedStatement?
What are the common JDBC problems that you got and how do you solved them?
What does jdbc setmaxrows method do?