How do we load the drivers?
No Answer is Posted For this Question
Be the First to Post Answer
Why jdbc is used in java?
How do I insert/update records with some of the columns having NULL value?
Which database is used with java?
What are the sailent features of JDBC 2.0?
What is metadata in jdbc?
what is JDBC?
How do you insert images into database 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 SQL Warning? How to retrieve SQL warnings in the JDBC program?
What is ojvm used for?
What is sqlwarning?
What are the functions of the jdbc connection interface?