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(). ![]()
mark at somewhere dot com
16-Nov-2004 04:54
Make sure you have a data to seek, else you will get a bad row offset warning.
verdy_p at wanadoo dot fr
25-Jul-1999 05: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.
| ![]() |