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
Does jdbc require oracle client?
What is type 4 jdbc driver?
Where is jdbc url mysql?
What is JDBC PreparedStatement?
Describe how the jdbc application works.
If I use the JDBC API, do I have to use ODBC underneath?
If you are truncated using JDBC, how can you that how much data is truncated?
What is odbc jdbc?
What is jdbc class forname?
What is jndi lookup?
How many rowset are available in jdbc?
What is statement and resultset in jdbc?
What is while rs next ())?
What is jdbc odbc driver?
Explain what should be done when a SQL exception is raised?