What is odbc jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
How many isolation levels are supported in JDBC and what are they?
Can resultset be null in java?
i have 1000 records in resultset, how to get first 100 records from resultset, because resultset fetch all 1000 records at a time?
Can we make a database connection from HTML ?
6 Answers Aptech, BOB Technologies, Cap Gemini, Wipro,
What is jdbc servlet?
What are different types of transactions?
Can I get a null resultset?
JDBC Drivers properties?
What will happen when ResultSet is not closed?
Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?
How can you load the drivers in jdbc?
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?................