What is the syntax of URL to get connection?



What is the syntax of URL to get connection?..

Answer / devarathnam c,kotagudibanda(po

Hi...
Connection con=DriverManager.getConnection
("jdbc:odbc:datasource name","scott","tiger");
(To connect oracle database)

Is This Answer Correct ?    9 Yes 1 No

Post New Answer

More JDBC Interview Questions

Why jdbc is used in java?

0 Answers  


How does jdbc connect to database?

0 Answers  


what is JDBC?

3 Answers   Wipro,


What is the difference between client and server database cursors?

0 Answers  


What do you mean by database connection pooling?

0 Answers  






What does the jdbc databasemetadata interface?

0 Answers  


What is the difference between ojdbc6 and ojdbc7?

0 Answers  


When do we get java.sql.SQLException: No suitable driver found?

0 Answers  


What does jdbc stand for?

0 Answers  


give me a java code snippet to connect Microsoft excel through.... I am trying alot... plz help me.

7 Answers  


Does multiple concurrent open statements per connection are supported by the JDBC-ODBC Bridge?

2 Answers  


Write an sql to find all records having all numeric characters in a field ?

0 Answers  


Categories