Any way to create view-entities joining entities from different datasources?

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Any way to create view-entities joining entities from different datasources?

Christian Carlow-OFBizzer
I assume that for entities of different datasources to be related then
each of the records from both datasources would have to be looped and
compared.  I was just wondering if there was some tool out there that
might leverage having to manually write code to compare the data.  Maybe
some sort of heterogeneous database query tool?  Such a tool could help
during migration to OFBiz.
Reply | Threaded
Open this post in threaded view
|

Re: Any way to create view-entities joining entities from different datasources?

Jad El Omeiri
Hi Christian,

Check my previous post: http://ofbiz.135035.n4.nabble.com/JOINs-across-different-DBs-td4647103.html

Cheers,

Christian Carlow-OFBizzer wrote
I assume that for entities of different datasources to be related then
each of the records from both datasources would have to be looped and
compared.  I was just wondering if there was some tool out there that
might leverage having to manually write code to compare the data.  Maybe
some sort of heterogeneous database query tool?  Such a tool could help
during migration to OFBiz.
Jad El Omeiri