ID:               38054
 Updated by:       [EMAIL PROTECTED]
 Reported By:      john dot enevoldson at pulsen dot se
-Status:           Open
+Status:           Feedback
 Bug Type:         PDO related
 Operating System: SLES 9.3 64 bit
 PHP Version:      5.1.4
 New Comment:

Please try using this CVS snapshot:

  http://snaps.php.net/php5.2-latest.tar.gz
 
For Windows:
 
  http://snaps.php.net/win32/php5.2-win32-latest.zip

What does var_dump($row); show, btw?


Previous Comments:
------------------------------------------------------------------------

[2006-07-10 06:31:42] john dot enevoldson at pulsen dot se

Description:
------------
We are seeing column names returned but no associated data when issuing
selects against a db2 data source using pdo:odbc (bulit with the ibm-db2
option). DB2 trace shows that data is being returned to the application
correctly but the application does not seem to pick it up. 

Reproduce code:
---------------
$dbh = new PDO('odbc:zdb2lt01' , 'db2tst01', 'adg680');
   foreach ($dbh->query('SELECT * from PXX.XPRMFOK') as $row) {
     print_r($row);
   }

Expected result:
----------------
A array for each row in the table showing column name and associated
data.

Actual result:
--------------
A array for each row in the table showing column name but associated
data is empty.


------------------------------------------------------------------------


-- 
Edit this bug report at http://bugs.php.net/?id=38054&edit=1

Reply via email to