Paged data with a BO


Author
Message
Greg McGuffey
Greg McGuffey
Strategic Support Team Member (3.5K reputation)
Group: Forum Members
Posts: 2K, Visits: 6.6K
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?



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?
Trent Taylor
Trent Taylor
StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)StrataFrame Developer (10K reputation)
Group: StrataFrame Developers
Posts: 6.6K, Visits: 6.9K
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?

No.  You will have to add this logic yourself.

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?

It will entail creating a Fill method that knows where is started and what is currently in the BO.  It is just a matter of having the logic to retrieve the next set of data based on your logic and requirements.

GO

Merge Selected

Merge into selected topic...



Merge into merge target...



Merge into a specific topic ID...




Similar Topics

Reading This Topic

Login

Explore
Messages
Mentions
Search