Re: Using javascript inside a WOPopup
Re: Using javascript inside a WOPopup
- Subject: Re: Using javascript inside a WOPopup
- From: Arturo PĂ©rez <email@hidden>
- Date: Mon, 31 May 2004 22:17:10 -0400
On May 31, 2004, at 7:13 AM, Tanmoy Roy wrote:
Hi all,
Please help me . I want to use the followinq query with EOModel
"SELECT distinct <column name> from <table name>".
You can do that with a model-based fetch specification (i.e. one that
you create using EOModeller).
Create your fetchspec. Then under the Options tab you'll see a
checkbox for "Fetch Distinct Rows".
You can do it progammatically as well but I don't do programmatic fetch
specifications :-)
But, honestly, the query you describe does not seem object-relational
in nature. Perhaps you should be reconsidering your approach? EOF
doesn't fair well when used as a straight replacement for JDBC.
----
WO in philadelphia - wanna cheesesteak with that?
Please visit webobjects.meetup.com.
_______________________________________________
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.