How can I write to the log used by DriverManager and JDBC drivers?
No Answer is Posted For this Question
Be the First to Post Answer
What is a jdbc url?
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,
java based application for hospital management
How can we set null value in jdbc preparedstatement?
What is metadata in programming?
How do I find ojdbc jar version?
What are jdbc and its components?
What is database deadlock ?
what are the types of result sets in JDBC 3.0 ?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Is jdbc and orm?
give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.