Re: [PHP] Cross Server, Cross Database connection W/ JOINs

2004-01-07 Thread Rory McKinley
On 6 Jan 2004 at 14:10, Jay Blanchard wrote: > Does anyone know how, if possible, to connect to two databases on two > different network servers so that join queries can be performed (without > using temporary tables)? > > I am using MySQL so mysql_pconnect() or mysql_connect() will insert a > d

[PHP] Cross Server, Cross Database connection W/ JOINs

2004-01-06 Thread Jay Blanchard
Does anyone know how, if possible, to connect to two databases on two different network servers so that join queries can be performed (without using temporary tables)? I am using MySQL so mysql_pconnect() or mysql_connect() will insert a default server ('localhost:3306', per the docs) if I do not