How is jndi useful for Database connection?
Answer / niranjanravi
in case of distributed applications data sorce is used
instead of DriverManagewr to connect to the database with
the4 help of jndi
| Is This Answer Correct ? | 0 Yes | 0 No |
what is the current version of JDBC? and explain its features?
What is jdbc thin client?
How can we set null value in jdbc preparedstatement?
I have the choice of manipulating database data using a byte[] or a java.sql.blob. Which has best performance?
How many types of statements are there in jdbc?
What is the use of statement in jdbc?
How many types of JDBC Drivers are present and what are they?
What does adapter class provide?
what is callable statement?
How do I disallow NULL values in a table?
Hi to all.. well i want to make a standalone application which can use the concept of connection pooling, constraint is that i have not to use any application server like weblogic etc. Please help me out. Thaks in advance.
Why is jdbc needed?