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
Explain about the drive manager class working?
What are the basic exceptions in jdbc?
Which package is used for jdbc application?
How do I insert an image file (or other raw data) into a database?
What is a java driver?
What is ojdbc14 jar?
How do java applications access the database using jdbc?
What is jndi lookup?
What are different types of JDBC Drivers?
How do I load a database driver with JDBC 4.0 / Java 6?
What happens if we don't close the connection in jdbc?
Explain Basic Steps in Writing a Java Program Using Jdbc?
What is JDBC Savepoint? How to use it?
How do I know which jdbc driver to use?
What is statement and preparedstatement in java?