[snip] I am using mssql_data_seek() to move the cursor to a particular row for paging.
$cnt = mssql_data_seek($result, $i); This works fine until the variable $i reaches a value of 9 and seemingly higher. (at least 10, I haven't gone higher) Then I get this error; mssql_data_seek(): Bad row offset in [snip] on line: x The line in question is the one above. Why does it work fine until it reaches 9? Why can't the offset go above 8? [/snip] How many rows of data do you have? I would have to bet 9 rows. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php