If iam using JDBC API, do I also have to use ODBC?
Answer / arvind gupta
Yes , We can . for the same we have to set desired driver.
first.
ok
| Is This Answer Correct ? | 1 Yes | 1 No |
Where can I find info, frameworks and example source for writing a JDBC driver?
How can I get or redirect the log used by DriverManager and JDBC drivers?
Which type of driver is unique in jdbc?
HI ALL, How to Overcome "OutOfMemoryException"? when I am compiling source having more than 1000 LOC throwing this exception. Can any one give correct answer to my question? thx
What protocol does jdbc use?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
Is jdbc open source?
What is JDBC DataSource and what are it’s benefits?
How can we maintain the integrity of a database by using jdbc?
How can we retrieve the file in the oracle database?
how can we get the metaData (columnNames) from a table which has no Records..
What isolation level is used by the DBMS when inserting, updating and selecting rows from a database?