preparedstatement p= new preparedstatement
is it possible ?

Answer Posted / chandrakala

No, the statement must be look like this

PreparedStatement p=new perpareStatement("query");

Is This Answer Correct ?    6 Yes 16 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What does it mean to "materialize" data?

511


What is metadata in java programming?

484


What causes the "No suitable driver" error?

526


How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?

593


Is jdbc open source?

444






Why we use jdbc instead of odbc?

486


Is there another way of dealing with the result set that could execute faster?

511


What is the use of the statement in jdbc?

481


Discuss the significances of jdbc.

505


What is the benefit of having jdbcrowset implementation?

527


What is while rs next ())?

483


Is possible to open a connection to a database with exclusive mode with JDBC?

531


What is the fastest type of JDBC driver?

582


What is JDBC PreparedStatement?

520


Name different methods for getting streams.

529