How to effectively use BeginRange / EndRange .. for records paging?
From: Mangesh Pawar (anonymous_at_discussions.microsoft.com)
Date: 06/24/04
- Previous message: Mangesh: "Re: Performance and BeginRange EndRange?"
- Next in thread: Akshai Mirchandani [MS]: "Re: How to effectively use BeginRange / EndRange .. for records paging?"
- Reply: Akshai Mirchandani [MS]: "Re: How to effectively use BeginRange / EndRange .. for records paging?"
- Messages sorted by: [ date ] [ thread ]
Date: Wed, 23 Jun 2004 17:34:04 -0700
How to effectively use BeginRange / EndRange .. to get the
result in pages?
Say X no. of rows should be displayed per page and Rows
per page is configurable
Example:
The MDX query returns 100,000 rows.
Number of rows per retreived page is set to 25
In this case, no. of rows is determined
But to set Beginrange & EndRange.. one would require both
number of rows & columns
As number of columns that can be returned by the query is
not known.
.
Will it be necessary to first execute the query (that
returns 100,000 rows.. ) .. find the number columns..
and then based row-column values set Beginrange / Endrange
vaues
Or is there a alternative method to pre-determine no. of
Columns of a the MDX query
Thanks
- Previous message: Mangesh: "Re: Performance and BeginRange EndRange?"
- Next in thread: Akshai Mirchandani [MS]: "Re: How to effectively use BeginRange / EndRange .. for records paging?"
- Reply: Akshai Mirchandani [MS]: "Re: How to effectively use BeginRange / EndRange .. for records paging?"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|