Re: mssql_fetch_array() vs. mssql_fetch_assoc

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Alex Hogan wrote:

In terms of performance which is faster.

mssql_fetch_array($var,mssql_assoc) or mssql_fetch_assoc()?

I read in the manual that mssql_fetch_array() isn't noticably slower
than mssql_fetch_row(), but I didn't see anything about
mssql_fetch_assoc() in terms of performance.

I was wondering if anybody already knew what the performance differences were.

The last time I tried that type of test with mysql,
the difference was so small, that I disregared the difference,
and started using *_fetch_array() functions, for its versatility.

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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux