Re: [PHP-DB] MySQL Modules and multiple database

2001-08-13 Thread Szii
IL PROTECTED]> Sent: Monday, August 13, 2001 2:28 PM Subject: Re: [PHP-DB] MySQL Modules and multiple database > on 8/13/01 1:56 PM, Szii ([EMAIL PROTECTED]) wrote: > > > Opening multiple databases on the same database machine > > seems unsupported. While you CAN do i

Re: [PHP-DB] MySQL Modules and multiple database

2001-08-13 Thread Paul Burney
on 8/13/01 1:56 PM, Szii ([EMAIL PROTECTED]) wrote: > Opening multiple databases on the same database machine > seems unsupported. While you CAN do it, it has a tendency > to "reuse" the last connection even in lieu of a specific database. > Right now we're using mysql_db_query() to get around i

[PHP-DB] MySQL Modules and multiple database

2001-08-13 Thread Szii
Opening multiple databases on the same database machine seems unsupported. While you CAN do it, it has a tendency to "reuse" the last connection even in lieu of a specific database. Right now we're using mysql_db_query() to get around it, but with that becoming deprecated, we need to find anothe