[PHP] Mysql / PostgreSQL with PHP

2002-01-28 Thread DrouetL


Hi everybody

I'm not sure it is the best place for my question.

Until now we were using PHP connecting to an oracle database. We are
looking to change for an opensource database for the new applications.

Do you know where I can find a recent and objective study comparing both
with PHP to connect to it.

Thanks and exceuse me if it is not the right forum to ask it

Laurent Drouet



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Mysql / PostgreSQL with PHP

2002-01-28 Thread Jeff Van Campen


Do you know where I can find a recent and objective study comparing both
with PHP to connect to it.

http://phpbuilder.com/columns/tim2705.php3

HTH
-jeff



-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




Re: [PHP] Mysql / PostgreSQL with PHP

2002-01-28 Thread Ben-Nes Michael

Don't use MySQL its way to primitive.
Go for Postgresql.

I worked with both of them with PHP and they both fast, stable and supported
--
Canaan Surfing Ltd.
Internet Service Providers
Ben-Nes Michael - Manager
Tel: 972-4-6991122
http://sites.canaan.co.il
--

- Original Message -
From: [EMAIL PROTECTED]
To: [EMAIL PROTECTED]
Sent: Monday, January 28, 2002 1:17 PM
Subject: [PHP] Mysql / PostgreSQL with PHP



 Hi everybody

 I'm not sure it is the best place for my question.

 Until now we were using PHP connecting to an oracle database. We are
 looking to change for an opensource database for the new applications.

 Do you know where I can find a recent and objective study comparing both
 with PHP to connect to it.

 Thanks and exceuse me if it is not the right forum to ask it

 Laurent Drouet



 --
 PHP General Mailing List (http://www.php.net/)
 To unsubscribe, e-mail: [EMAIL PROTECTED]
 For additional commands, e-mail: [EMAIL PROTECTED]
 To contact the list administrators, e-mail: [EMAIL PROTECTED]




-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]




RE: [PHP] Mysql / PostgreSQL with PHP

2002-01-28 Thread Chris Lott

Both work well with PHP. Later versions of PostgreSQL are quite fast
(comparable to PHP). MySQL is still a little faster and there seems to be a
much larger base of users and support. You can't go wrong with either one...
if you need the features that PostgreSQL offers that MySQL currently lacks
(stored procedures and subselects, which I am waiting for in the new MySQL
almost with tears in my eyes :), I would go with pg. 

I don't believe pg has replication features. I've never used pg on Windows
if you are thinking of using it there.

c
--
Chris Lott
http://www.chrislott.org/

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]