Subject writing multiple records
Author Paul Little
I am trying to find out how to write multiple records without resorting
to a loop (cached update?), is this possible with IBO? If so how?

As my app is single user there will not be any concurrent updates so
"dirty" operations won't be an issue.

PL