Click to See Complete Forum and Search --> : How to connect JSP page to MS Access database/oracle?


p007verma
06-08-2006, 03:26 AM
Can anybody tell me how to make and connect JSP pages and connect to MS Access/Oracle database.

I m trying to make Member Login and Password field in my home page of my website.

Please help me soon

Puneet

Waylander
06-09-2006, 03:43 AM
Thats a fairly broad question p007verma is there a specific problem you are having building this system?


Thats post by IDF looks like flat out commercial advertising...

Isnt that somewhat against this forums user policy?


Waylander.

wasim_@_drushti
06-09-2006, 05:50 AM
Can anybody tell me how to make and connect JSP pages and connect to MS Access/Oracle database.

I m trying to make Member Login and Password field in my home page of my website.

Please help me soon

Puneet

this link will solve UR issue

http://www.oreilly.com/catalog/javadata/chapter/ch04.html#40793

Khalid Ali
06-09-2006, 11:49 AM
connection to any database is trivial in the sense that ir needs to have some pre-requisites completed.
1. You must have a database running(oracle db running, mysql or a valid DSN for access db)
2. you must have jdbc/odbc drivers installed
3. Then comes the java code which is prety straight forward.

Once you have make sure that you have 1 and 2 taken care of some of us will be able to help you with the java syntax