Hi All,

 

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?

 

I searched google and came up with several of the top hits that had this
very error on their pages.  Very nice....

 

 

alex hogan

 



****************************************************************** 
The contents of this e-mail and any files transmitted with it are 
confidential and intended solely for the use of the individual or 
entity to whom it is addressed.  The views stated herein do not 
necessarily represent the view of the company.  If you are not the 
intended recipient of this e-mail you may not copy, forward, 
disclose, or otherwise use it or any part of it in any form 
whatsoever.  If you have received this e-mail in error please 
e-mail the sender. 
****************************************************************** 


Reply via email to