i have apache server and i want to access database by jsp what can i do please gve me steps actually iam at intially stage in jsp

Recommended Answers

All 2 Replies

its bad design to access your database from JSPs, JSPs are meant for presentation only database access should be done in your servlet.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.