i have a rather complex object query that pulls in 8 rose db objects  
during a manager query

it kind of looks like this:


                        a.1.b.1
                a.1.a
        a.1
a
        a.2
                a.2.a
                        a.2.a.1
                                a.2.a.1.a


a is in the front , as thats where the join starts, and all objects  
are related to a

the problem is that i need to limit a query to where

        a.1.b.1.FIELD = a.2.a.1.a.FIELD

rose doesn't seem to support this outright

anyone have a clue how i can coerce this?



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys -- and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
Rose-db-object mailing list
Rose-db-object@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/rose-db-object

Reply via email to