I discussed here the idea of open sourcing my work, but I'm not sure I'm keen to do that until we get weak references and some other features (first-class classes, for example) that would make this framework easier to work with (also, my experience writing the framework has taught me how to do it really well, so I'd like to do a major rewrite). If you're interested, I can talk to my current client about maybe collaborating on that rewrite, and sharing the results, or something. Contact me off-list.
I would welcome if you keep this thread on the list, if possible, as I am interested in this topic too. I would like to prepare some framework for database access as well, and currently I am still in the evaluation stage. Regarding your question I am evaluating different approach - creating cursor (RecordSet) object as a factory for records (and SQLQuery as a factory for cursor.) It means code would look like dim A as Address A = AddressCursor (index) -- Peter Bozek _______________________________________________ Unsubscribe or switch delivery mode: <http://www.realsoftware.com/support/listmanager/> Search the archives of this list here: <http://support.realsoftware.com/listarchives/lists.html>
