What do you mean by odbc?
No Answer is Posted For this Question
Be the First to Post Answer
What does jdbc setmaxrows method do?
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 is JDBC Driver interface?
How many types of statements are there in jdbc?
Why is jdbc used?
What is meant by connection string?
Where jdbc drivermanager class is used?
What is jdbc? Describe the steps needed to execute a sql query using jdbc.
Is jdbc connection secure?
How many types of JDBC Drivers are present and what are they?
What are the differences between stored procedure and functions?
Stored procedure purpose?