[Store]  [Cart]  [Resources]  [Learning]  [About]  [Solutions]  [Consulting]  [News]  [Links]

Questions s Coffee cups indicate the complexity of a file, tip or article. One coffee cup is the easiest and three is the most advanced. To download a file, click on the green arrow icon next to the listing. If there are no coffee cups or platform icons, the listing may be an article, Quick Tip, Knowledgebase or bonus file.

Displaying 1...1 of 1 Resources found  [Another find]
Tail-Recursion    Download   Advanced   Tip File    Version 11
An Update to My GetNthRecord Solution
databasepros.com/list.php?resource_id=DBPros000663
This is an update to a solution that I uploaded last month regarding GetNthRecord to gather serial numbers into a return-separated list. The example shows how to store the serial numbers for a found set, so that the found set can then be restored at any time in the future. The update in this version shows how to implement the solution with tail-recursion. This removes the limit of 10,000 recursions but slows down the processing. It's a good variation to inspect and learn from. These techniques are all shown from within an example of saving and restoring found sets.


Productive Computing