ssteenkiste / nettiers

Automatically exported from code.google.com/p/nettiers
1 stars 0 forks source link

GetPaged returning @PageUpperBound records instead of @PageSize #369

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago

StoredProceduresXml.cst

Change:
SET ROWCOUNT @PageUpperBound
To:
SET ROWCOUNT @PageSize

The recent changes had an incorrect GetPaged procedure update. Haven't checked 
anything else yet.

Original issue reported on code.google.com by qwfu...@gmail.com on 10 Feb 2011 at 4:52

GoogleCodeExporter commented 9 years ago
IGNORE.... I must have forgottento compile. It works fine as SET ROWCOUNT 
@PageUpperBound!

Original comment by qwfu...@gmail.com on 10 Feb 2011 at 5:27

GoogleCodeExporter commented 9 years ago
I'm going to go a head and close this issue based on your new comment. Please 
update this thread if this is still an issue.

Original comment by bniemyjski on 10 Feb 2011 at 7:22