What do you mean by odbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is jdbc oracle thin?
How to use JDBC API to call Stored Procedures?
Is jdbc an api?
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
Explain the difference between rowset vs. Resultset in jdbc?
What is the benefit of having jdbcrowset implementation?
How can you retrieve data from the resultset using 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 is jdbc driver?
How to get the data from a table into a buffer?
How do I set properties for a JDBC driver and where are the properties stored?
What is connection pooling and why it is used?