How we can connect to a database in Java without creating DSN and by using JNDI in J2EE Server. Plz give me the technique. Thank U.

Questions by questioninterest

Showing Answers 1 - 1 of 1 Answers

anand kumar

  • Aug 19th, 2006
 

Use JDBC

  There are many drivers for different databases which can be used to connect directly a database without any DSN.

Search for free JDBC drivers for different databases from different vendors

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions