[PHP] 2 databases

2003-03-19 Thread Iwan van Kanten
Is it possible to connect to 2 different databases??
2 different dtabase typs I mean
postgresql and Mysql



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] 2 databases

2003-03-19 Thread Jimmy Brake
yes -- i connect to oracle and mysql simultaneously .. 

On Wed, 2003-03-19 at 15:21, Iwan van Kanten wrote:
 Is it possible to connect to 2 different databases??
 2 different dtabase typs I mean
 postgresql and Mysql
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



Re: [PHP] 2 databases

2003-03-19 Thread Ray Hunter
yes, as long as you have them compiled and configured into php.

I have used up to 4 database type for a given application: mysql, pgsql,
oracle, and sybase...

That is the beauty of PHP...

--
Ray

On Wed, 2003-03-19 at 16:21, Iwan van Kanten wrote:
 Is it possible to connect to 2 different databases??
 2 different dtabase typs I mean
 postgresql and Mysql
 
 


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php