Example: I may have 100,000 records in the customer file but I am only requesting 1000 at a time. The stored procedure returnss the 1000 records into my business object and also return a total record count of 100,000 so I can display the page count. How can I return this value to my business object when I call the stored procedure?
Thanks,
Tim