Answer Posted / visruth
We know that the sql queries are different in different
databases.But in JDBC, the queries in the programme are same
for all databases so any databases can be used with the same
programme with the same jdbc queries but driver (in
programme) for the database needs to be changed with
different databases (to get communication with the
respective database). The driver will be different to
different databases.
All answers given are in some way right. Although, when we
work with it, we will know exactly. It's very simple
By Visruth, visruthvsrd@gmail.com, +91-9895154767
| Is This Answer Correct ? | 2 Yes | 2 No |
Post New Answer View All Answers
Why do we need jdbc driver?
What is an odbc driver?
What are the three parts of a jdbc url?
What is the difference between jdbc and jndi?
What is jdbc and why is it required?
Is jdbc a framework?
Explain about column name and getter method?
What is new in JDBC 2.0?
How to use JDBC to connect Microsoft Access?
What is url in jdbc connection?
How can we maintain the integrity of a database by using jdbc?
What should be done for auto generating primary key id in a table ?
When do we get java.sql.SQLException: No suitable driver found?
How to check jdbc connection in linux?
How do I find ojdbc jar version?