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 meant by connection pooling?
What is the use of statement in jdbc?
What are the factors that the jdbc driver performance depends upon?
What is <discriminator > in Hibernate? How exactly inheritance of Object to Tables can be done? What is the benefits of discriminator?
How can I connect mysql or oracle with java?
What is represented by the connection object?
Give steps to connect to the db using jdbc?
What is the use of jdbc api?
What is JDBC DataSource and what are it’s benefits?
What is jdbc servlet?
Give an example for execution of sql statement.
What is jdbc and jdbc drivers?