Re: Fetching
Re: Fetching
- Subject: Re: Fetching
- From: "Daniele Corti" <email@hidden>
- Date: Thu, 19 Apr 2007 16:23:17 +0200
I say this because, I had the same problem, and I passed 2 DAYS trying every thing before make an NSLog.out.appendln("Value "+property) (this is your case) and see a beatiful "Value null" output
2007/4/19, Frank Stock <email@hidden>:
Hi,
Why is WO fetching all the data and the filtering:
NSMutableArray qbind;
qbind=
new NSMutableArray();
qbind.addObject(property);
aQual = EOQualifier.qualifierWithQualifierFormat("(property=%@)"
,qbind);
fs = new EOFetchSpecification(
"Property",aQual,
null);
NSArray arProperty = ec.objectsWithFetchSpecification(fs);
This will do a select without a where-clause (141 rows) and then filter the array so I only see 1 row in arProperty????
Even if I use EOUtilities.objectMatchingKeyAndValue(ec,"Property","property",property);
Is there something I can do about that???
Thanks,
Frank Stock
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (
--
Daniele Corti
AIM: S0CR4TE5
Messenger:
email@hidden
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden
References: | |
| >Fetching (From: Frank Stock <email@hidden>) |