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 three parts of a jdbc url?
What is encrypted connection?
What do you understand by jdbc datasource?
Why we use jdbc instead of odbc?
How do I insert/update records with some of the columns having NULL value?
What is ojdbc?
Compare jdbc and odbc and how is jdbc required in this context.
What is the limitation of PreparedStatement and how to overcome it?
How can we set null value in jdbc preparedstatement?
What are the common JDBC problems that you got and how do you solved them?
any one can explain about policy file rule? when i connect database with applet then ther is no compile time error but the run time error is occureed.i.e access is denied.policy file rule is related to this problem.
What is jdbc odbc driver?
How to make updates to updatable result sets in jdbc?
What is jdbc driver?
What is a merge field?