how can we connect to db without using getConnection()
method
Answer Posted / sitaram
without getConnection(), we can't connect the DB.
| Is This Answer Correct ? | 7 Yes | 2 No |
Post New Answer View All Answers
What causes no suitable driver error?
What is the purpose of the jdbc resultset interface?
What is the advantage of namedparameterjdbctemplate?
Explain about DSN?
Explain Basic Steps in Writing a Java Program Using Jdbc?
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.
How to use JDBC API to call Stored Procedures?
What is a datasource in java?
Which is best database for java?
Where can I find info, frameworks and example source for writing a JDBC driver?
What is the benefit of having jdbcrowset implementation? Why do we need a jdbcrowset like wrapper around resultset?
How do we load the drivers?
What is jdbc class forname?
Is jdbc part of j2ee?
What is a jdbc connection pool?