Compare jdbc and odbc and how is jdbc required in this context.
No Answer is Posted For this Question
Be the First to Post Answer
What is the query used to display all tables names in SQL Server (Query analyzer)?
how you will execute the many tables data
What are the different classes through which JDBC represents statements?
How will you perform truncation using JDBC?
What are the differences between execute, executequery, and executeupdate?
What is difference between statement and preparedstatement in jdbc?
What are the packages are used in jdbc?
How you restrict a user to cut and paste from the html page using java programing?
What is execute in java?
Statement, PrepareStatement and Callable all these are interfaces. Thought it is a interface how come we are creating objects and calling methods("preparestatement()") in it. In which class this method is defined. Please let me know. Thanks in advance. example: PreparedStatement pre = con.prepareStatement( "UPDATE COFFEES SET SALES = ? WHERE COF_NAME LIKE ?");
What are the jdbc drivers in java?
Explain the difference between resultset and rowset in jdbc