What do you mean by odbc?
No Answer is Posted For this Question
Be the First to Post Answer
What is @entity in java?
What is jdbc resultsetmetadata interface?
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 ?");
Which database is used with java?
What are the differences between setmaxrows(int) and setfetchsize(int)?
How do I find jdbc version?
Why do we need jdbc api?
How many types of JDBC drivers are there and what are they?
How the JDBC application works?
Is java a database?
what is JDBC?
What is a JDBC 2.0 DataSource?