Well, that might, or might not be true. I dont use mysql, but in the
manual for mssql_fetch_arry() you will find the exact same phrase. But
in my experience mssql_fetch_row() IS significantly faster than
mssql_fetch_array(). So you should definitely at least do a test, if you
are at all interested in performance and user satisfaction.

Regards Henrik Hornemann


-----Oprindelig meddelelse-----
Fra: Julien Bonastre [mailto:[EMAIL PROTECTED] 
Sendt: 21. januar 2006 06:08
Til: Jeffrey; php-db@lists.php.net
Emne: Re: [PHP-DB] new guy with stupid question

In reference to Jeffrey's comment about the performance of 
mysql_fetch_row vs mysql_fetch_array, which I always have used the 
_array implementation:

>From the horses mouth:
Performance: An important thing to note is that using 
mysql_fetch_array() is not significantly slower than using 
mysql_fetch_row(), while it provides a significant added value

[source: www.php.net/manual/en/function.mysql-fetch-array.php ]


tata!

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

Reply via email to