By mswatcher
via blogs.hibernatingrhinos.com
Submitted: May 09 / 07:02
Lately I had the joy to load a complex object graph from a (legacy) MS Access database. Some findings:
MS Access does not support the multi-query or multi-criteria API.
My first implementation using lazy load was very very slow since it created way to many database hits
Add your comment