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 devices?
What is jdbc driver in java?
What is a jdbctemplate?
How can we retrieve the file in the oracle database?
There is a method getColumnCount in the JDBC API. Is there a similar method to find the number of rows in a result set?
How do I receive a ResultSet from a stored procedure?
Explain in detail about JDBC and its general features?
What is the purpose of the jdbc resultset interface?
What is statement and preparedstatement in java?
password, is stored in as plain text. What can I do to protect my passwords?
What is statement and resultset in jdbc?
How to check jdbc driver version in websphere?
What is hbm xml?
Differentiate between stored procedure and functions?
What is the difference between jdbc and jndi?