Re: fetchSpecificationNamed not working
Re: fetchSpecificationNamed not working
- Subject: Re: fetchSpecificationNamed not working
- From: Ray Ackland <email@hidden>
- Date: Fri, 16 Apr 2004 09:40:20 +1200
Keng,
While it probably shouldn't make any difference (have computers ever
been logical?), have you tried to see what happens if you use the
objectsWithFetchSpecification(fs) version (ie omitting the second ec)?
Ray.
On 15/04/2004, at 16:12, Goh Keng Boon wrote:
EOEditingContext ec = session().defaultEditingContext();
EOFetchSpecification fs = EOFetchSpecification.
fetchSpecificationNamed("fetchCourse","Course");fetchResults =
ec.objectsWithFetchSpecification(fs,ec);
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.