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 the JDBC syntax for using a literal or variable in a standard Statement?
Why is jdbc needed?
Which package is used for jdbc application?
Can the JDBC-ODBC Bridge be used with applets?
How to handle when the database crashes while reading the data from the database?
i am user who logined the application..after that another valid user will also logind..so that is it neccessary to create jdbc connection for each and every user...plz explain it with proper answer...plz help me
How do I stop nullpointerexception?
What is JDBC Statement?
What is the meaning of batch updates?
what is the best way, in terms of performance, to do multiple insert/update statements, a PreparedStatement or Batch Updates?
commit() and rollback() methods are defined in which interface?
What is Type-1 Driver and when this driver is used?