What is the equivalent method for precompiled SQL Statement
in JDBC?
Answer Posted / devarathnam c,kotagudibanda(po
Hi... The "PreparedStatement" interface provides one method
i.e prepareStatement("some query");
| Is This Answer Correct ? | 3 Yes | 1 No |
Post New Answer View All Answers
What is drivermanager in java?
What are the functions of the jdbc connection interface?
How do I insert an image file (or other raw data) into a database?
What is jdbc driver for sql server?
Why “no suitable driver” error occurs?
What is JDBC Transaction Management and why do we need it?
What class.forname does, while loading the drivers?
What is resultset in jdbc with example?
What is the role of the jdbc drivermanager class?
Why do we need jdbc api?
What is a rollback in jdbc?
Explain the process of creating tables using NetBeans IDE?
Give an example of code used for setting up connection with a driver.
What are restrictions on triggers?
How do I check in my code whether a maximum limit of database connections have been reached?