[Zope] ZSQLMethods
Dieter Maurer
dieter@handshake.de
Mon, 4 Dec 2000 21:38:24 +0100 (CET)
Tom Deprez writes:
> 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?
Search the (seachable) list archive.
There was recently a thread about getting data from two ODBC
data sources and joining the results.
Dieter