Hi, I am doing a query of an object with many foreign keys. I need to display attributes of the foreign key objects. When I retrieve the property value of the object, another query is issued. A simple example of this is a query that would return a list of order line items. The order line item has a foreign key to the order object. As I loop through the orderline item, I need to display the order date (which is an attribute on the order object). THis will cause a query to be executed to retrieve the order by orderid. This same query will be issued 100's of times.
What I am hoping for is a way to load all the full object tree of an object when I do a query. Is this possible with Torque? Thank you! Phillip _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
