> 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?

of course, all you need is a class for handing your databases. make
different instances for different dbs and query them. Or let a
another class do it.. The request should not take too long,
as you have a max. response time für your http request..


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to