Where can I find info, frameworks and example source for writing a JDBC driver?
No Answer is Posted For this Question
Be the First to Post Answer
How do I set properties for a JDBC driver and where are the properties stored?
What is the difference between executing, executequery, executeupdate in jdbc?
Hi my doubt is that preparedStatement is a interface means which has no implemenation.plz go thru the code below String sql = "SELECT * FROM movies WHERE year_made = ?"; prest = con.prepareStatement(sql); prest.setInt(1,2002); ResultSet rs1 = prest.executeQuery(); Now setInt and executeQuery how it works since it is interface it does not have implementation how it works, how executeQuery returns result from database as executequery method has no implementation even in Statement interface.
4 Answers Cybermate, Hexaware,
What are the different types of resultset?
What do you mean by odbc?
What is jdbc connection?
How do you determine the sensitivity of the ResultSet object?
What are the new features added to JDBC 4.0?
Differentiate between a statement and a preparedstatement.
Which database is used with java?
How to check jdbc connection in java?
Explain about DSN?