Re: [PHP] Re: ADODB vs PHP extension

2005-09-14 Thread Jens Schulze
Dean Maunder wrote:
 My apologies, I meant the PEAR ADODB abstraction layer/  

If you mean DB_ado (from http://pear.php.net/package/DB_ado) I can't say
anything about it because I haven't used it.
But if you mean ADOdb Database Abstraction Library for PHP (from
http://adodb.sourceforge.net/):
It should be somewhat faster if you use the extension, because of the
abstraction layer there is some overhead by using the class even when
the class itself also uses the extension. So if you need all the speed
you can get use the extension calls, but if you want a system where you
can easily adopt from one database to another, handy helping functions
for database specific date conversion and a nice sql query caching
system, you should use the abstraction layer.

Jens

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



[PHP] Re: ADODB vs PHP extension

2005-09-13 Thread Jens Schulze
Do you mean the ADODB database abstraction layer for PHP or the original
ADODB technology of Microsoft?

Jens

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



RE: [PHP] Re: ADODB vs PHP extension

2005-09-13 Thread Dean Maunder
My apologies, I meant the PEAR ADODB abstraction layer/  

-Original Message-
From: Jens Schulze [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, 14 September 2005 12:05 AM
To: php-general@lists.php.net
Subject: [PHP] Re: ADODB vs PHP extension

Do you mean the ADODB database abstraction layer for PHP or the original
ADODB technology of Microsoft?

Jens

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

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