What is the equivalent method for precompiled SQL Statement
in JDBC?
Answer / devarathnam c,kotagudibanda(po
Hi... The "PreparedStatement" interface provides one method
i.e prepareStatement("some query");
Is This Answer Correct ? | 3 Yes | 1 No |
What is JDBC Transaction Management and why do we need it?
why are using type4 driver in realtime projects?
Does sql allow null values ?
How to find the column count in resultset?
please tell me the name and url path for type-4 driver ?
Can I get a null resultset?
How does JDBC differ from ODBC?
What are the differences between stored procedure and functions?
How to know howmuch data is truncated?
How to find number of records in result set?
Why isn't the java.sql.DriverManager class being found?
wahts is mean by primary key and unique key?