Is odbc an api?
No Answer is Posted For this Question
Be the First to Post Answer
What are four types of JDBC driver?
What are the functions of the jdbc connection interface?
What is the equivalent method for precompiled SQL Statement in JDBC?
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 the current version of JDBC? and explain its features?
How does jdbc connect to database?
What is two-phase commit in the database?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
what is metadata and it's use?
What is a connection string used for?
What is preparedstatement in jdbc?
What is odbc and jdbc?