Re: [PHP-DB] multiple database join with pdo
by Chris other posts by this author
Nov 28 2006 2:43PM messages near this date
[PHP-DB] multiple database join with pdo
|
RE: [PHP-DB] multiple database join with pdo
C. Tate Baumrucker wrote:
> is it possible to join two tables from two different databases using pdo?
> thanks,
Depends if the underlying database supports it. Postgres doesn't without
using an external program, no idea about mysql.
--
Postgresql & php tutorials
http://www.designmagick.com/
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
C. Tate Baumrucker
Chris
Bastien Koert
|