aspose file tools
The moose likes JDBC and the fly likes connect jsp page to ms-access databse Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Databases » JDBC
Reply Bookmark "connect jsp page to ms-access databse" Watch "connect jsp page to ms-access databse" New topic
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
    
  13

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]
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: connect jsp page to ms-access databse
 
Similar Threads
Cannot create stmt more than once
Ms-Access and JBoss
Cannot create stmt more than once
database connectivity
how To connect the mysql database from java with my webserver