ID: 8873
User Update by: [EMAIL PROTECTED]
Old-Status: Open
Status: Closed
Bug Type: ODBC related
Description: calling odbc_fetch_row with a row number under DB2 does not work

Forget it.  It was a problem with my class, not the function.

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

[2001-01-23 22:02:55] [EMAIL PROTECTED]
Calling odbc_fetch_row() with a row number does not seem to work under DB2 UDB EEE 
7.1.

"$RowData = odbc_fetch_row($result);" will return data into $RowData

"$RowData = odbc_fetch_row($result, 1);" returns false into $RowData, as if an error 
had occured

(I know there is data in the table because I can run the same select query in DB2's 
command center and get results.)

If the driver for DB2 doesn't support getting data by rows, then the function should 
just ignore the 2nd variable.  Instead, it looks like it's attempting to use it and 
it's not working correctly.  Am I doing something wrong here, or is this a bug?


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


Full Bug description available at: http://bugs.php.net/?id=8873


-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to