> > There can be many record with differenet id_ in one collection.
I dont understand how to do it ?> > A collection, as I understand it is a container to hold recordsDon't do this. keep all handles in the same collection.
> > of a similar form together. It's a bit like table in a rdms.
> >
> Yes this is what i am doing Creating collection for each handle.
--