How to check jdbc connection in java?
No Answer is Posted For this Question
Be the First to Post Answer
What are the factors that the jdbc driver performance depends upon?
How to find number of records in result set?
RowSetInternal caller and returns void. What can I do in the readData method?
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 type of driver is unique in jdbc?
can we create a own jdbc driver? how can we create?
What's the benefit for specifying constraints like not null, primary key explicitly instead of specifying it against the column ?
What is the execute method in java?
How do find debugging problems related to JDBC API?
How can a java objects be stored in database?
How does jdbc work?
What are the different classes through which JDBC represents statements?