RE: [PHP-DB] multiple database join with pdo
by Bastien Koert other posts by this author
Nov 28 2006 2:09PM messages near this date
Re: [PHP-DB] multiple database join with pdo
|
[PHP-DB] Where am I doing wrong - DB
have you tried the standard sql method
select database_name1.table_name1.field_nameA,
database_name2.table_name2.field_nameB from
...
Bastien
> From: "C. Tate Baumrucker" <tate@[...].org>
> To: php-db@[...].net
> Subject: [PHP-DB] multiple database join with pdo
> Date: Tue, 28 Nov 2006 15:10:41 -0500
>
> is it possible to join two tables from two different databases using pdo?
> thanks,
> tate
>
> --
> PHP Database Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
_________________________________________________________________
Experience Live Search from your PC or mobile device today.
http://www.live.com/?mkt=en-ca
--
PHP Database Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Thread:
C. Tate Baumrucker
Chris
Bastien Koert
|