What is a merge field?
No Answer is Posted For this Question
Be the First to Post Answer
what is callable statement?
I have written a program to connect to database using odbc.Can this Application run on any Platform????
How to find total column from a resultset?
Which database is used with java?
Name the method, which is used to prepare a callablestatement.
What is the difference between execute, executeQuery, executeUpdate?
What is an advantage of using the jdbc connection pool?
While in CallableStatament using in the oracle my procedure is return no.of columns so in java how can i retrivbe the data and i wnat to view all data which is reetrive from my procedure
Without using of Class.forName(? ?), how do you connect to db?
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 does the jdbc driver interface do?
Does the JDBC-ODBC Bridge work with Microsoft J++?