Get all Notes in DB w/o using NSFSearch()

Hi All,

I have a database open… how can I get all the Notes in that database without using NSFSearch()?

Problem is I need to pass several things to the

callback function, and I can’t do that using NSFSearch() ( I need the DBHANDLE too ). Are there any programs in the C API Samples that show this? I looked at views\navigate, but it seems like using the Collection route is overly complicated to do a simple thing like “get the first Note ID”… “Get the next…” etc. Is that the only way to go?

Thanks,

Joe Siebenmann

Subject: Get all Notes in DB w/o using NSFSearch()…

NSFDbGetModifiedNoteTable from the beginning of time