Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
No Answer is Posted For this Question
Be the First to Post Answer
Explain the locking system in jdbc & its types?
Why is odbc needed?
Explain about column name and getter method?
what is metadata and it's use?
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 ?");
How can we execute stored procedures?
Jdbc-odbc bridge is multi-threaded or not?
What is the return type of class.forname() method?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?
signature of init method?
What class.forname does, while loading the drivers?
What is the difference between ojdbc6 and ojdbc7?