| Author |
connect jsp page to ms-access databse
|
shivdhwaj pandey
Ranch Hand
Joined: Nov 12, 2011
Posts: 61
|
|
i have created a database of ms-access 07 in which user name and password has been given or stored.
now i have created the browser page for log in , but the problem is that i have done connectivity in jdbc through command line argument.
i M NOW NOT BEING ABLE TO CONNECT TO DATABASE THROUGH JSP PAGE AND TRY TO VALIDATE THE LOGIN AUTHENTICATION .
PLEASE HELP ME OUT.
|
with regards,
Shivdhway Pandey
|
 |
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56185
|
|
JSPs shouldn't be connecting to the database. Move and DB access code to Java classes and post that code, Use Code tags when you do.
Meantime, this topic has been moved to the JDBC forum as it is not a JSP issue.
|
[Smart Questions] [JSP FAQ] [Books by Bear] [Bear's FrontMan] [About Bear]
|
 |
 |
|
|
subject: connect jsp page to ms-access databse
|
|
|