Answer Posted / 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 View All Answers
What is an encrypted internet connection?
What is the major difference between java.util.date and java.sql.date data type?
What is in term of jdbc a datasource?
What is sqlwarning and discuss the procedure of retrieving warnings?
List the common jdbc exceptions ?
What is metadata in programming?
What is the JDBC?
What is hbm xml?
What are the steps required to execute a query in jdbc?
What is addbatch jdbc?
What are the steps involved in establishing a connection using jdbc in java?
What does executequery return in java?
Give an example for getXXX method?
Is it possible to connect to multiple databases simultaneously? Using single statement can one update or extract data from multiple databases?
Is oracle client required for jdbc connection?