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 use JDBC to connect Microsoft Access?
How a driver can be loaded?
What are the common JDBC problems that you got and how do you solved them?
How does a file store compare with a jdbc store?
What is meant by jdbc?
What are the types of statements in jdbc?
How many types of resultset are there in jdbc?
How do I disallow NULL values in a table?
What is represented by the connection object?
Why is odbc needed?
What is executeupdate in java?
What is database deadlock ? How can we avoid them?