ID:               36117
 User updated by:  alejosimon at yahoo dot com dot ar
 Reported By:      alejosimon at yahoo dot com dot ar
-Status:           Bogus
+Status:           Open
 Bug Type:         SQLite related
 Operating System: Win 2k3
 PHP Version:      5.1.2
 New Comment:

Sorry!!! :(

... but please! run this php code and view the problem.

thanks!


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

[2006-01-21 20:15:09] [EMAIL PROTECTED]

Please use English for bug reports.

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

[2006-01-21 19:48:48] alejosimon at yahoo dot com dot ar

Description:
------------
Actualmente estoy usando PHP 5.1.2 for win32 en windows 2k3, y
experimento un bucle interminable.

Puede ser esto un bug ???

Saludos.

Reproduce code:
---------------
$db_res = db_query( $db, " SELECT * FROM clientes " ) ;

while ( $db_reg = db_fetch_array( $db_res ) ) {

   echo "1ro: " . $db_reg['cliente'] . "<br>" ;

   db_next( $db_res ) ;
   $db_reg = db_current( $db_res ) ;

   echo "2do: " . $db_reg['cliente'] . "<br>" ;

   db_prev( $db_res ) ; // aca esta el problema.

}


Expected result:
----------------
sumar un registro para verificarlo, y luego retroceder para seguir con
el while. 

Actual result:
--------------
bucle interminable.


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


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

Reply via email to