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 |
Describe odbc?
How to check null value in JDBC?
How can I know when I reach the last record in a table, since JDBC doesn't provide an EOF method?
What is static Synchronized method in JDBC API? Give an example?
3 Answers 3 Edge Solutions, R Systems, Sirvisetti Global Services,
Which type of JDBC driver is the fastest one?
What is jdbc and its types?
Does the database server have to be running Java or have Java support in order for my remote JDBC client app to access the database?
What is a jdbc connection?
If you are given a choice to implement the code to either insert a record or update if already exist, which approach will you follow ?
Is oracle client required for jdbc connection?
What is the use of dialect?
What does jdbc setmaxrows method do?