Re: Select Distinct with EOF
Re: Select Distinct with EOF
- Subject: Re: Select Distinct with EOF
- From: Francis Labrie <email@hidden>
- Date: Mon, 28 Jun 2004 15:43:14 -0400
Hi,
Yves Custeau wrote:
> How can I do the equivalent of SELECT DISTINCT directly from an
> EODisplayGroup when I fetch?
You can't set this through the graphical user interface, but you can
add it programatically (i.e. accessing to the EODatabaseDataSource's
EOFetchSpecification) or you can add it statically to the related
"*.woo" file instead:
[...]
variables = {
displayGroup = {
[...]
dataSource = {
[...]
fetchSpecification = {
usesDistinct = YES;
[...]
--
Francis Labrie
Saint-Bruno-de-Montarville, Quebec, Canada
_______________________________________________
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.