preparedstatement p= new preparedstatement
is it possible ?
Answer Posted / venkatesh
Correction. Syntax should be....
PreparedStatement ps = conn.prepareStatement("Query");
Thanks.
| Is This Answer Correct ? | 10 Yes | 2 No |
Post New Answer View All Answers
Discuss the procedure of retrieving warnings?
What are the measures to connect to the db using jdbc?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
List the common jdbc exceptions ?
What is jdbc odbc connection?
What is odbc. how is it related to sql cli?
What is jdbc and odbc?
How do we load the drivers?
please tell me the name and url path for type-4 driver ?
Explain the necessary steps to connect to the database in java?
What is jdbc connection string?
What is jdbc thin client in oracle?
Can I get a null resultset?
State the different connection methods used for creating different types of sql.
What is jdbc connection class?