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 |
why are using type4 driver in realtime projects?
Explain the importance of drivermanager.
How to check jdbc driver version in sql server?
Is it possible to connect to multiple databases simultaneously?
What is isolation level? How to set it?
How to know howmuch data is truncated?
What is the use of callablestatement? Name the method, which is used to prepare a callablestatement.
What is jdbc odbc connection?
Which is better jpa or jdbc?
Explain about multiple implementations and drive manager?
wa is connection pooling? how do u create connection pooling?wat is use connection pooling?
What is type 4 jdbc driver?