Answer Posted / devarathnam c,kotagudibanda(po
Hi...
JDBC: It is developed in pure java language.But ODBC
develop in C/C++ language using pointers,it is a microsoft
product.
| Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
Which jdbc driver is the fastest driver?
What is odbc. how is it related to sql cli?
Explain the life cycle of jdbc.
How many categories of jdbc drivers are there?
What is the most common example type 1 driver?
What is database deadlock ? How can we avoid them?
What is encrypted connection?
Which is faster jdbc or odbc?
How to connect html page to database using jdbc?
What is the return type of class.forname() method?
How does jdbc driver work?
Why do we use jdbc?
Give steps to connect to the db using jdbc?
How to test jdbc connection to sql server?
How do I retrieve a whole row of data at once, instead of calling an individual ResultSet.getXXX method for each column?