What is phantom read and which isolation level prevents it?
No Answer is Posted For this Question
Be the First to Post Answer
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
What is the use of prepared statement?Ans:used to execute pre compiled statement...so the question is when that precompiled statement will be execute or comiple?................
How to store images in database?
What are the common tasks of JDBC?
What is jdbc connection interface?
What is Type-4 Driver and when this driver is used?
Is jdbc part of j2ee?
What is the use of the statement in jdbc?
Where can I find info, frameworks and example source for writing a JDBC driver?
Does jdbc require oracle client?
Where can I find ojdbc14 jar file?
Which Java and java.sql data types map to my specific database types?