Explain about DSN?
No Answer is Posted For this Question
Be the First to Post Answer
Give a way to check that all result sets have bin accessed and update counts are generated by execute method.
How can we retrieve the file in the oracle database?
How a database driver can be loaded with jdbc 4.0 / java 6?
Hi........I need to create a dropdown box using java.....this box should show the values that should be taken from the database...... Thank you....
How can we execute stored procedures using callablestatement?
What are the jdbc drivers in java?
What is jdbc thin client?
What are the steps involved in establishing a connection using jdbc in java?
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 role of the jdbc drivermanager class?
What do you mean by odbc?
What happens if connection is not closed in jdbc?