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 |
What will happen when ResultSet is not closed?
How the JDBC application works?
What is type 4 jdbc driver?
Where is ojdbc14 jar located?
What is jdbc and jpa?
How can you load the drivers?
What are temp tables ?
How to find number of records in result set?
Explain the different ways to register a driver?
What are the different types of interfaces in the api component?
What is odbc jdbc?
Explain the main method?