PHP
downloads | documentation | faq | getting help | mailing lists | reporting bugs | php.net sites | links | conferences | my php.net

search for in the

sybase_deadlock_retry_count> <sybase_connect
Last updated: Fri, 22 Aug 2008

view this page in

sybase_data_seek

(PHP 4, PHP 5)

sybase_data_seekMueve el puntero interno de la fila

Descripción

int sybase_data_seek ( int $result_identifier , int $row_number )

Devuelve TRUE si todo se llevó a cabo correctamente, FALSE en caso de fallo.

sybase_data_seek() mueve el puntero interno de la fila del resultado asociado con el identificador de resultado específicado hacia el número de fila introducido. La siguiente llamada a sybase_fetch_row() devolverá esa fila.

Vea también sybase_data_seek().



add a note add a note User Contributed Notes
sybase_data_seek
mark at somewhere dot com
15-Nov-2004 09:54
Make sure you have a data to seek, else you will get a bad row offset warning.

sybase_deadlock_retry_count> <sybase_connect
Last updated: Fri, 22 Aug 2008
 
 
show source | credits | sitemap | contact | advertising | mirror sites