preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / suresha
No,It should be following syantx
Preparestatement ps=con.preparestament("some query");
| Is This Answer Correct ? | 13 Yes | 3 No |
Post New Answer View All Answers
What are the types of statements in jdbc?
Which Java and java.sql data types map to my specific database types?
What is the major difference between java.util.date and java.sql.date data type?
How can I determine the isolation levels supported by my DBMS?
Differentiate between a statement and a preparedstatement.
How do I load a database driver with JDBC 4.0 / Java 6?
How can we store the file in the oracle database?
How to use JDBC to connect Microsoft Access?
How many types of jdbc drivers are there?
Is jdbc database independent?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
How can I determine where a given table is referenced via foreign keys?
How we store procedure in oralce for callable statements in jdbc
Does sql allow null values ?
What is DML?