On Tue, 6 Apr 2010 12:27:18 +0100, Ken Tabb said: >I have a Snow Leopard non-document based Core Data app (currently XML >based, but will be SQLite upon release). Supposing I have an entity >(Employee) that would like to store an auxiliary file (a tiff of their >mugshot), then as I see it I have the following options:
You could make your file format a package and store within it the TIFFs and the CoreData persistent store. You can add a 'uuid' string attribute to your Employee entity and use that as the filename. -- ____________________________________________________________ Sean McBride, B. Eng s...@rogue-research.com Rogue Research www.rogue-research.com Mac Software Developer Montréal, Québec, Canada _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com