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
How to achieve JDBC Connection Pooling using JDBC DataSource and JNDI in Apache Tomcat Server?
What is a jdbc connection?
What is com mysql jdbc driver?
What is jdbc servlet?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
What is batch processing and how to perform batch processing in jdbc?
What is a JDBC 2.0 DataSource?
What is the limitation of PreparedStatement and how to overcome it?
What are the differences between setmaxrows(int) and setfetchsize(int)?
Which jdbc driver type s is are the jdbc odbc bridge?
What is an advantage of using the jdbc connection pool?
What is jdbc and its types?
Under what circumstances, that all four drivers are used?
How MS-Access DB can be accessed over a network, using JDBC API?
How to make updates to updatable result sets in jdbc?