3 Replies Latest reply on Sep 12, 2002 1:05 AM by dudoes

    How can I implement concurrent query to nine database?

    dudoes

      Hi,

      I have nine databases, I want to qeury concurrently data from all the nine databases with the same condition. In other hand, I send simultaneously the same query statement to the nine DataBase, not one after one, then I wait for the results, and merge them.

      How can I implement it with JBOSS/EJB?