﻿<?xml version="1.0" encoding="UTF-8"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/"><channel><title>StrataFrame Forum » StrataFrame Application Framework - V1 » Business Objects and Data Access (How do I?)  » Paged data with a BO</title><generator>InstantForum 2017-1 Final</generator><description>StrataFrame Forum</description><link>http://forum.strataframe.net/</link><webMaster>StrataFrame Forum</webMaster><lastBuildDate>Tue, 09 Jun 2026 19:42:44 GMT</lastBuildDate><ttl>20</ttl><item><title>Paged data with a BO</title><link>http://forum.strataframe.net/FindPost5193.aspx</link><description>Do SF BOs support retrieving pages of data?  I.e. like the old ADO GetData command, which allowed a starting row and the number of rows to return?&lt;br&gt;
&lt;br&gt;
If it does, is the work done in SQL server or on the client?  I.e. does the client have get all the data to get the page of data?</description><pubDate>Mon, 11 Dec 2006 16:20:42 GMT</pubDate><dc:creator>Greg McGuffey</dc:creator></item><item><title>RE: Paged data with a BO</title><link>http://forum.strataframe.net/FindPost5198.aspx</link><description>[quote]&lt;SPAN id=_ctl1__ctl0_ctlTopic__ctl0_ctlPanelBar_ctlTopicsRepeater__ctl1_lblFullMessage&gt;Do SF BOs support retrieving pages of data? I.e. like the old ADO GetData command, which allowed a starting row and the number of rows to return?&lt;BR&gt;&lt;/SPAN&gt;[/quote]&lt;/P&gt;&lt;P&gt;No.&amp;nbsp; You will have to add this logic yourself.&lt;/P&gt;&lt;P&gt;[quote]If it does, is the work done in SQL server or on the client? I.e. does the client have get all the data to get the page of data?[/quote]&lt;/P&gt;&lt;P&gt;It will entail creating a Fill method that knows where is started and what is currently in the BO.&amp;nbsp; It is just a matter of having the logic to retrieve the next set of data based on your logic and requirements.</description><pubDate>Mon, 11 Dec 2006 16:20:42 GMT</pubDate><dc:creator>Trent L. Taylor</dc:creator></item></channel></rss>