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



Reply via email to