How do I know which jdbc driver to use?
No Answer is Posted For this Question
Be the First to Post Answer
What are the higher level apis under development on top of jdbc currently?
what is JDBC?
How transactions are performed 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,
Compare jdbc and odbc and how is jdbc required in this context.
What is meant by dao?
Where is mysql jdbc driver located?
What is jdbc stand for?
What type of driver called is pure Java driver?
Name the method, which is used to prepare a callablestatement.
How to use JDBC to connect Microsoft Access?
write a query to select name from one table which has id,name and salary from another table which has id, sal where the salary is the second maximum
3 Answers Bosch, HireCraft, Infosys,