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 layer in communication?
What is DML?
how do we get the connection from connection pool
Difference between Dirty, commited ,phantom,repeatable reads?
What are pros and cons of using of Type-2 and Type-4 Drivers over Type-1 driver?
What is JDBC API and when do we use it?
How can I determine where a given table is referenced via foreign keys?
Which Driver is preferable for using JDBC API in Applets?
What are the methods which can verify the cursor particular position?
Can you define a foreign key, with a key from the same table?
How do I write Greek ( or other non-ASCII/8859-1 ) characters to a database?
Where is jdbc used?