Answer Posted / chandra rekha
JDBC is the name of the protocol which is used to connect
to the database whereas ODBC is the mechanism that is used
to retrieve data from the database....JDBC is called the
protocol and ODBC the subprotocol...
| Is This Answer Correct ? | 6 Yes | 0 No |
Post New Answer View All Answers
Why are we using blob datatypes in jdbc?
What are the exceptions in jdbc?
Describe the steps needed to execute a sql query using jdbc.
How do I check in my code whether a maximum limit of database connections have been reached?
How can we disable a constraint ?
What are restrictions on triggers?
Is it possible to connect to multiple databases? Using single statement can we update or extract data from two or three or many databases?
What is metadata in jdbc?
What are the packages are used in jdbc?
What are 4 drivers available in JDBC? At what situation are four of the drivers used?
What is in term of jdbc a datasource?
What are the different types of interfaces in the api component?
How can we execute stored procedures using callablestatement?
What are the basic exceptions in jdbc?
What are the common jdbc exceptions?