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 |
how to retrieve sql exceptions
Is JDBC a language or Application?
Jdbc-odbc bridge is multi-threaded or not?
What is the return type of class.forname() method?
Can the JDBC-ODBC Bridge be used with applets?
Which Java and java.sql data types map to my specific database types?
Explain the JDBC Architecture?
What do you mean by two phase commits?
What is thin driver in jdbc?
What are the standard isolation levels defined by JDBC?
Is uri the same as url?
What are the different types of resultset?