I have a problem
that whenever I'm inserting everything's going fine. But while retrieving, I'm getting the same object all the time retrieved. I'm inserting objects of actors with multiple attribues like id,name,address etc. in add method, I can see everything getting inserted(which actually I'm retrieving from an xml file). my set methods are like:=
[poi setActorCity:[NSString stringWithFormat
"%@",[poi1 objectAtIndex:j]]];
where, poi is an object of my managedObjectClass POI1. are those a problem? & j index is simply for keeping track of xml values from poi1 array. Please help...
[poi setActorCity:[NSString stringWithFormat
where, poi is an object of my managedObjectClass POI1. are those a problem? & j index is simply for keeping track of xml values from poi1 array. Please help...