I have a need to do a three-way-join, which will often yield over 100 rows.
I see that Torque generates a protected method on the BasePeers which allows you to join two tables in a single query. (Does it function? I haven't tried it yet.) Is there any options for more than two tables? I don't want to be hitting the database with hundreds or thousands of queries! Has anybody experimented with Torque "tables" being backed by a view or stored procedure? -james -- [] James A. Hillyerd <[EMAIL PROTECTED]> - Java Software Engineer [] PGP 1024D/D31BC40D F87B 7906 C0DA 32E8 B8F6 DE23 FBF6 4712 D31B C40D -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
