Do you mean like this:

select *
from someSqlServerTable
join someDb2Table on blah = blah

Larry

On 4/18/05, Michael Zurke <[EMAIL PROTECTED]> wrote:
hi,

i wonder if ibatis supports something like querying multiple databases
simultanously (i don't mean global transactions but global selects,
i.e.). i checked the documentation and couldn't find anything so i guess
i have to write some threaded query functionality by myself. i just
wanted to crosscheck with you guys. or maybe someone knows if there is
some lib i can use together with ibatis which does the job.

thanx,
mish

Reply via email to