preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / suresha
correction.
Preparedstatement ps=con.Preparestatement("some query");
suresha
| Is This Answer Correct ? | 13 Yes | 4 No |
Post New Answer View All Answers
How many types of jdbc drivers are there?
Is jdbc a web technology?
What do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
How does jdbc connect to database?
Does JDBC support stored procedures?
What is url in jdbc connection?
What is jdbc dialect?
How to set NULL values in JDBC PreparedStatement?
What do you mean by database connection pooling?
Explain the main method?
What is statement and preparedstatement in java?
Is it possible to connect to multiple databases simultaneously?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is the reason why we need a jdbcrowset like the wrapper around resultset?
What is executequery in java?