Hi all,
I have data held in two remote databases, and I want to write a jsp page
that will return only the records that occur or repeated in the two
databases(tables). So, could I create two connections to two different
databases from the same page? If yes would I be able to run a query that
will run against both of these tables at the same time so I can apply
something like Select * from db1,db2 where db1.table.id=db2.table.id ?

Is this possible, if not do you have any alternate solutions.

Thanks

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
For digest: mailto [EMAIL PROTECTED] with body: "set JSP-INTEREST DIGEST".

Some relevant archives, FAQs and Forums on JSPs can be found at:

 http://java.sun.com/products/jsp
 http://archives.java.sun.com/jsp-interest.html
 http://forums.java.sun.com
 http://www.jspinsider.com

Reply via email to