Skip navigation.
 
mlInserting a fault in CoreData?
FROM : Colin Cornaby
DATE : Tue Aug 15 20:27:07 2006

Hi,

I'm trying to cache a MySQL database in CoreData. I would like to 
insert faults into my CoreData database. That way I could insert a 
fault for every row I have in MySQL, and then when the fault is fired 
I would go back and grab the data from MySQL. Unfortunately, CoreData 
automatically assumes when an object is inserted it is not a fault 
(for obvious reasons).

Does anyone know how to insert a fault?

-Colin

Related mailsAuthorDate
No related mails found.