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 to connect html page to database using jdbc?
What is jdbc in java?
Can I set up a connection pool with multiple user IDs? The single ID we are forced to use causes problems when debugging the DBMS.
What is “dirty read” in JDBC? Which isolation level prevents dirty read?
Is jdbc faster than odbc?
Which is better odbc or jdbc?
What is jdbc oracle thin?
Which is best database for java?
What class.forname will do while loading drivers of jdbc?
Why resultset is used in java?
What are temp tables ?
Why we use while rs next ())?
How can we execute stored procedures using callablestatement?
What is represented by the connection object?
Which type of JDBC driver is the fastest one?