RE: [PHP-DB] same connection to access two different database?

2002-01-30 Thread Andrew Hill
PROTECTED] Subject: [PHP-DB] same connection to access two different database? Hi everyone: is it possible to use one connect to access two database in postgreq, because i would like to use subquery to do same search. on the fly in postgreq must faster a lot than evaluate in php code

[PHP-DB] same connection to access two different database?

2002-01-29 Thread Vincent Ma
Hi everyone: is it possible to use one connect to access two database in postgreq, because i would like to use subquery to do same search. on the fly in postgreq must faster a lot than evaluate in php code... A, B belong to different database... sql : select * from A in ( select * B)