Halil,

Submit the html form to a servlet or JSP(better is Servlet). In the servlet call a 
class which will talk to the respective database depending upon the parameter in 
Request and will return the result to servlet. From servlet only you can generate a 
HTML on browser or set the result in request and using jsp present it in html on 
browser. 
Hope it helps you!!

-----Original Message-----
From: Halil AKINCI [mailto:[EMAIL PROTECTED]]
Sent: Tuesday, July 02, 2002 12:43 PM
To: [EMAIL PROTECTED]
Subject: querying remote databases


Hi,

I want to query remote databases, which are located in different computers and 
different instituon by using servlets an JSP. For this purpose, I want to send a 
parameter to this remote databases using an HTML form. And I want to receive all 
responds and serve them in a HTML page to client. How can I do that?

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to