Make sure you have a data to seek, else you will get a bad row offset warning.
![]() |
|
||||||||||
|
sybase_data_seekDescriptionbool sybase_data_seek ( resource result_identifier, int row_number )Возвращает TRUE в случае успешного завершения или FALSE в случае возникновения ошибки. sybase_data_seek() moves the internal row pointer of the Sybase result associated with the specified result identifier to pointer to the specified row number. The next call to sybase_fetch_row() would return that row. See also sybase_fetch_row(). sybase_data_seek
mark at somewhere dot com
15-Nov-2004 12:54
Make sure you have a data to seek, else you will get a bad row offset warning.
verdy_p at wanadoo dot fr
24-Jul-1999 02:33
Use this function to skip rows in an ordered selection, for example to display only a limited ranges of rows in an HTML page, with "previous" and "next" submission buttons for the navigation. The row number may be stored in a hidden form entry or in the URL associated to the navigation links if you do not want to display forms in your page. This current row number will be submitted back to give the user the option to display other entries from the database. |