Ask a Question related to PHP Notes, Design and Development.
-
didou@php.net #1
note 33137 deleted from function.mssql-fetch-array by didou
Note Submitter: [email]akm@e-nterart.pl[/email]
----
(Timesaver) Be aware of the fact that keys in array returned by this function are (well, at least as of 4.2.3) of the same case as SQL column names (e.g. if your column name is ID then key name is also ID, not id or Id), and the keys in associative array are CASE SENSITIVE!!! So don't be surprised if you get unexpected results. Double check SQL column names and the key names.
didou@php.net Guest
-
note 18464 deleted from function.odbc-fetch-array by didou
Note Submitter: subpacket19@hotmail.com ---- It appears this function doesn't work in PHP 4.1.1.. I get a "Call to Undefined Function" error... -
note 23322 deleted from function.odbc-fetch-array by didou
Note Submitter: greg@cabinetuk.com ---- This function returns a Call to undefined function error in PHP 4.2.1 also! Has it been removed? -
note 1936 deleted from function.mssql-fetch-field by didou
Note Submitter: kimg@cogna.com ---- There is an additional property of this object: type - the type of the column -
note 19699 deleted from function.mssql-fetch-array by didou
Note Submitter: vlad (@php.net) ---- The prototype is out-of-date. The correct one (as of php_mssql.c Rev 1.48) is {{{ proto array... -
note 18947 deleted from function.mssql-fetch-array by didou
Note Submitter: tommyx3ro@ihug.com.au ---- fetching an array of both numerically indexed and associative fields can complicate matters if you...



Reply With Quote

