[Zope] ZSQLMethods

Tom Deprez tom.deprez@uz.kuleuven.ac.be
Mon, 04 Dec 2000 13:20:20 +0100


Hi,

I'm wondering how the following can be done.

I've 2 databases. I want to do a 'join' with 2 tables, both in a different
database. 
Is it possible to retrieve data of both tables with a ZSQLMethod and then
do a programatically join? What's the easiest python way?

Thanks, Tom.