• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

connect jsp page to ms-access databse

 
Ranch Hand
Posts: 67
PHP Java Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
Sheriff
Posts: 67756
173
Mac Mac OS X IntelliJ IDE jQuery TypeScript Java iOS
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
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.
 
reply
    Bookmark Topic Watch Topic
  • New Topic