The Artima Developer Community
Sponsored Link

Legacy Java Answers Forum
August 2000

Advertisement

Advertisement

This page contains an archived post to the Java Answers Forum made prior to February 25, 2002. If you wish to participate in discussions, please visit the new Artima Forums.

Message:

Re: java servlets

Posted by Salil V Gangal on August 22, 2000 at 5:43 PM

Hi Pramod,

Please give more details of what you mean by HTML front-end.

In general, one may invoke a servlet by using HTML front-end via creating a button. As an example if your server has capability of executing servlets, then simply hyperlinking to your servlet program should (hopefully) solve the problem.

Now coming to accessing the MS access database. One has to have some kind of driver which allows for the JDBC to work. If you have the driver for MS Access available then I guess you should be able to access it. Personally I've accessed MySQL database from servlet using the MM Driver. Let me know if you want to know the syntax and I'll post it ...

Hope this helps.

Regards,
Salil V Gangal




Replies:

Sponsored Links



Google
  Web Artima.com   
Copyright © 1996-2009 Artima, Inc. All Rights Reserved. - Privacy Policy - Terms of Use - Advertise with Us