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 is the latest version of JDBC? What are the new features added in that?
Give an example for execution of sql statement.
When do we use execute method in java jdbc?
Which jdbc drivers will run your program?
How can I get or redirect the log used by DriverManager and JDBC drivers?
How data can be inserted into long row column of database?
What are the jdbc statements?
How to set NULL values in JDBC PreparedStatement?
Are all the required JDBC drivers to establish connectivity to my database part of the JDK?
What is jdbc odbc driver?
What is jdbc thin client in oracle?
Is jdbc faster than hibernate?
What is jdbc connection class?
Differentiate between a statement and a preparedstatement.
What are the higher level apis under development on top of jdbc currently?