please tell me the name and url path for type-4 driver ?
Answer / pareddy
driver class="oracle.jdbc.driver.OracleDriver"
url="jdbc:oracle:thin:@localhost:1521:se"
| Is This Answer Correct ? | 5 Yes | 0 No |
What is executeupdate in java?
Is the JDBC-ODBC Bridge multi-threaded?
how many JDBC drivers ?name them?
Explain different types of locks in jdbc?
How can I write to the log used by DriverManager and JDBC drivers?
How do I check in my code whether a maximum limit of database connections have been reached?
What is the meaning of “dirty read” in the database?
What is resultset?
Which package contains jdbc api?
How to find that, a row is updated or not?
what is rowset?
What is phantom read and which isolation level prevents it?