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 a database driver can be loaded with jdbc 4.0 / java 6?
Is jdbc faster than odbc?
Where jdbc drivermanager class is used?
What are database warnings in jdbc and how can we handle database warnings in jdbc?
Why we use while rs next ())?
How can you know about drivers and database information ?
What is a JDBC 2.0 DataSource?
What is the execute method in java?
Where is mysql jdbc driver located?
Why do you use a data source object for a connection?
What is the major difference between java.util.date and java.sql.date data type?
What class.forname does, while loading the drivers?
Explain the JDBC Architecture?
Explain the process of creating tables using NetBeans IDE?
How to check jdbc driver version in sql server?