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 is 2-tier and 3-tier architecture?
Explain the JDBC Architecture?
What are collection pools?
What is dburl?
What is jdbc and explain jdbc architecture?
What are different types of ResultSet?
What is Type-2 Driver and when this driver is used?
What is jdbc driver in java?
How is jndi useful for Database connection?
how to use CallableStatement? specially how to use their index given ..
What is ojdbc14 jar?
How can I connect mysql or oracle with java?