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 |
java based application for hospital management
Can I get a null resultset?
How can I instantiate and load a new CachedRowSet object from a non-JDBC source?
What happens if we don't close the connection in jdbc?
Difference between Generic Servlet and HTTP Servlet?
What are the different types of statements? How we can you use preparedstatement.
Which type of JDBC driver is the fastest one?
Is there any limitation for no of statments executed with in batchupdate?
What is db client?
Why do we need jdbc driver?
What are types of jdbc drivers?
which scenarios we go for jdbc,and which scenario we go for connection polling and wat r advantages and disadvantages using connection pooling.