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 DML?
What does the connection object represents?
What does executeupdate return in jdbc?
What is jdbc driver?
How does JDBC differ from ODBC?
Explain some new features available in jdbc 4.0?
signature of init method?
What is isolation level? How to set it?
What is jdbc and its types?
JDBC Drivers properties?
How we store procedure in oralce for callable statements in jdbc
When you will get error like ?No suitable driver??