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
How do java applications access the database using jdbc?
Which database is used with java?
What are clob and blob data types in jdbc?
What is odbc and jdbc drivers?
What are the different types of drivers under jdbc?
Is it possible to connect to multiple databases simultaneously?
What is new in JDBC 2.0?
What are the new features available in jdbc 4.0?
What are the exceptions in jdbc?
What are the conditions applies to varchar variable, when using in procedures?
Explain the main method?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What is a jdbctemplate?
What is meant by connection string?
What is jdbc url for mysql?