Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
No Answer is Posted For this Question
Be the First to Post Answer
How to execute bulk number of queries at once?
Does the JDBC-ODBC Bridge work with Microsoft J++?
is that compulsory to have Primarykey-forignkey for joints (outer inner,equal)
What are the different types of interfaces in the api component?
What is jdbc and odbc in java?
What is ODBC and JDBC? How do you connect the Database?
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 do you mean by jdbc batch processing and what are the advantages of using jdbc batch processing?
Why do I have to reaccess the database for Array, Blob, and Clob data?
Name the new features added in jdbc 4.0.
what are the advantages of JDBC?
Explain different types of locks in jdbc?