How to create Connection interface object because it is
Interface , Interface is not instansiated?
Answer Posted / guest
Connection con=DriverManager.getConnection
("jdbc:odbc:MydataSource);"
| Is This Answer Correct ? | 7 Yes | 4 No |
Post New Answer View All Answers
What are the considerations for deciding on transaction boundaries?
What is a java driver?
What is meant by dao?
What is savepoint in jdbc?
How to test jdbc connection to sql server?
Write an sql to find all records having all upper case alphanumeric characters in a field ?
What is ojdbc?
Why do we use jdbc in java?
How java can be connected to a database?
What is JDBC Savepoint? How to use it?
Which jdbc driver is the fastest driver?
What does executeupdate return in java?
What happens if we don't close the connection in jdbc?
Why would you use setautocommit(false) in jdbc?
What is JDBC Connection? Explain steps to get Database connection in a simple java program.