Hi there.

Is it possible // How do i Search on multiple Databases?

Given one Layout/Schema of Entities:
Postings => id; title; content; timestamp

This Schema exists due multiple instances of one Application (for different 
Users) on n Databases. Like: db1,db2,db3

I want to do two fetches:

a) all Posts since time X until Y sorted by timestamp. from db1 & db3.
b) all Posts since time X until Y sorted by timestamp. from db2 & db3.

Is that possible? If so, how?

Thanks in advance

Marc

 --
M.Schwering

Reply via email to