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 does the jdbc driver interface do?
Why should we close database connections in java?
What is CLOB and BLOB datatypes in JDBC?
How can you make the connection using jdbc?
Does jdbctemplate use prepared statements?
What is the execute method in java?
What is jdbc odbc in java?
Describe how the jdbc application works.
Is jdbc a framework?
What is jdbc odbc bridge?
Is jdbc faster than hibernate?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is JDBC Connection isolation levels?
explain about special characters?
How many packages are available in jdbc api?