Re: [PHP] Pagination & MSSQL

2004-03-09 Thread Richard Davey
Hello Alex, Tuesday, March 9, 2004, 3:11:54 PM, you wrote: AH> I have searched for some references on pagination using mssql but have come AH> up empty. AH> I have looked at the tutorials on Zend and just about everywhere else but AH> unfortunately they all use LIMIT in the sql statement and the

[PHP] Pagination & MSSQL

2004-03-09 Thread Alex Hogan
Hi All, I have searched for some references on pagination using mssql but have come up empty. I have looked at the tutorials on Zend and just about everywhere else but unfortunately they all use LIMIT in the sql statement and the closest thing to that in mssql is either TOP n, or SET ROWCOU