Re: [PHP-DB] supporting multiple databases...

2005-01-30 Thread Bastien Koert
also look a this class...adodb.php a good article on it is here http://www.databasejournal.com/features/php/article.php/10898_651_1 bastien From: Josip Dzolonga <[EMAIL PROTECTED]> To: [email protected] Subject: Re: [PHP-DB] supporting multiple databases... Date: Sun, 30 Jan 2005 20

Re: [PHP-DB] supporting multiple databases...

2005-01-30 Thread Josip Dzolonga
On Sun, 2005-01-30 at 14:42 -0500, Paul Chvostek wrote: > I'm writing an application which needs to make SQL queries, and I'd like > to give it support for multiple database servers, starting with MySQL > and PostgreSQL. Take a look here http://www.php.net/dbx and here http://pear.php.

[PHP-DB] supporting multiple databases...

2005-01-30 Thread Paul Chvostek
Hiya. I'm writing an application which needs to make SQL queries, and I'd like to give it support for multiple database servers, starting with MySQL and PostgreSQL. I see that other folks have done this with a variety of methods, and I can't see a clear winner. Option 1 - Drop in a set of db-rel