"Peter L. Berghold" wrote: > > I have a database on Postgres and another on Sybase. They have data that I > would like to do a join on across both databases. > > I seem to remember there is a way of doing this with ODBC but I was wondering > if anybody has done this with DBI? I'm sure I'm not the first person to run > into this issue....
The next version of DBD::AnyData (due out in a week or so) will do heterogeneous joins such as you describe. It will not be very fast or efficient, but it will do them. -- Jeff
