Hi,

using queries on Peers it is possible to retrieve data from the
corresponding table.

What if I want to retrieve data from multiple tables at once (somthing like
SELECT k.*,p.* FROM kunden k, produkt p WHERE ...) ?

I couldn't find something in the Peers HowTo.
So how is this commonly solved?
Can I do this with Peers as well?
Or is it necessary to get a connection reference somehow and return to
standard JDBC-functionality?
Another (not very clean) way that I see is to query both Peers and join them
into a single List-object. But as a matter of performance I'd really like to
have a sinlge query for this.

(I'm using Turbine 2.2b3)

Thanks.

Marc




--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to