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
What does the jdbc driver interface do?
Explain Basic Steps in Writing a Java Program Using Jdbc?
Explain the difference between inner and outer join ?
How do you determine the sensitivity of the ResultSet object?
Which database is used for java?
What is an advantage of using the jdbc connection pool?
What is sqlwarning?
What are the different types of classes in the api component?
What causes no suitable driver error?
How to test jdbc connection to sql server?
Describe odbc?
Does jdbc require oracle client?
What is the function of drivermanager class?
What class.forname will do while loading drivers of jdbc?
How do I receive a ResultSet from a stored procedure?