Hi: I have a custom object that used to use the filesystem for storage and WO Components for display, creation, editing etc. Now, I want it to use a Microsoft Access Database for storage. I created a database schema and a corrsponding EOModel for it and added the model to my project. I then generated the .m and .h files on the side and I compared the two files with my pre-existing .m and .h files and re-conciled them. I also added methods such as [editingContext insertObject:anObject] and [self willChange]; where needed to insert the object into the current editing context and notify EO that attributes are about to change. However, nothing happens, the database doesn't get updated, new objects are not inserted into the database. What else do I need to do? What am I missing? Thanks for your help. Wassim Jabi Department of Architecture SUNY - University at Buffalo 3435 Main St. - Hayes Hall Buffalo, NY 14214-3087 USA Tel: +1 716.829.3483 Ext. 323 Fax: +1 716.829.3256 E-Mail: [EMAIL PROTECTED] or [EMAIL PROTECTED]
