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
Which type of driver provides jdbc access via one or more odbc drivers?
Why do I get UnsatisfiedLinkError when I try to use my JDBC driver?
Does sql allow null values ?
What is a jdbc connection string?
Explain Basic Steps in Writing a Java Program Using Jdbc?
How will you perform truncation using JDBC?
Why do we need jdbc api?
What happens if we don't close the connection in jdbc?
What does jdbc stand for?
Which type of driver is unique in jdbc?
Explain about the drive manager class working?
What protocol does jdbc use?
What is isolation level? How to set it?
What is the significance of DataBaseMetaData.tableIndexStatistics? How to obtain and use it?
How vendor Naming registry supports JNDI?