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 |
If iam using JDBC API, do I also have to use ODBC?
how to retrieve sql exceptions
Difference between Dirty, commited ,phantom,repeatable reads?
What are jdbc?
what is connection pooling?
What is the full form of jdbc and what is its purpose?
How does jdbc driver work?
What is @entity in java?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
Discuss the significances of jdbc.
What is phantom read and which isolation level prevents it?
What is 2 phase commit?