hi im new to jsp i have to connect oracle database 8i with jsp page
i want step by step tp connect into oracle database
i already refered many threads in this blog as im new to jsp i cant get exact procedure can any 1 give me step by step procedure for it

im doing timesheet project fot that each emp details should be stored in database and they shold login through login page but i want to know how to connect to oracle database!!!
help me!!!

Recommended Answers

All 2 Replies

The worst approach for any web application is to think of connecting a JSP to the JDBC directly. If you are really interested, there is a sql taglib in JSTL which would help you.

And Google is the best way to get details for your questions.

in your XP oS go to Start-->setting--> Control Panel--> Administrative tool--> ODBC-->user DSN--> add-->Microsoft ODBC for oracle-->Finish and same for System DSN This will connect JSP with oracle

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.