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
What are the ddl statements?
What is difference between jdbc and odbc?
What do you mean by odbc?
What class.forname will do while loading drivers of jdbc?
How to make updates to updatable result sets in jdbc?
What is the use of JDBC DriverManager class?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is the limitation of PreparedStatement and how to overcome it?
How can I retrieve a String or other object type without creating a new object each time?
How data can be inserted into long row column of database?
What is JDBC Transaction Management and why do we need it?
How many ways can you update a result set?
How we can you use preparedstatement.
Under what circumstances, that all four drivers are used?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?