How do you insert images into database using jdbc?
No Answer is Posted For this Question
Be the First to Post Answer
Is there any limitation for no of statments executed with in batchupdate?
what happen if we set JDBC string to NULL?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
Does jdbctemplate close connection?
What is the difference between triggers and procedures?
What is resultset in jdbc with example?
Explain the life cycle of 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,
How to insert and delete a row programmatically? (new feature in JDBC 2.0)
What is jdbc servlet?
How is jndi useful for Database connection?
Explain about the Try Block?