Home » Database » DB » Bug #2198
[MSSQL] can't fetch column name with DB_FETCHMODE_ASSOC
Details
| Submitted | 2004-08-23 08:29 UTC |
|---|---|
| From | mfsystem at trekker dot office dot ne dot jp |
| Status | Duplicate |
| Package | DB |
| PHP Version | 4.3.8 |
| OS | Linux |
| Roadmaps | (Not assigned) |
Comments
[2004-08-23 08:29 UTC] mfsystem at trekker dot office dot ne dot jp
Description:
------------
mssql.php line 198
> $arr = @mssql_fetch_array($result, MSSQL_ASSOC);
this statement result on php4.3.8:
> Warning: Wrong parameter count for mssql_fetch_array()
mistaken for mssql_fetch_assoc() ?
but mssql_fetch_assoc() doesn't work on php4.3.8
seem to be similar to Bug #1525, but this is just typo or adjustment with PHP function.
Reproduce code:
---------------
$arr = @mssql_fetch_array($result);
[2004-08-23 08:48 UTC] mfsystem at trekker dot office dot ne dot jp
i apologize for resolved on Bug #1525, sorry.