Re: Having trouble with fetching on date
Re: Having trouble with fetching on date
- Subject: Re: Having trouble with fetching on date
- From: Reid Bundonis <email@hidden>
- Date: Fri, 12 Sep 2003 07:19:22 -0400
I've tried that but I throw similar exceptions. But not because it is
the wrong solution. Because I am an idiot and I should never try to
code after 8.
So, I here is the root of my problem. My qualifier was:
EOQualifier qual = EOQualifier.qualifierWithQualifierFormat("recDate
like %@", bindings);
I changed the like to an = and now everything works fine. So, I am an
idiot. I dropped the like in when I was testing the search on another
entity and never removed it.
Thank you for your help and making me take a break from this and coming
back with a clear head.
Reid
On Thursday, September 11, 2003, at 09:25 PM, John Boynton wrote:
Reid,
Bind the text field to a NSTimestamp instead of a String.
John
Reid Bundonis wrote:
time. I have a simple search form that has one WOTextField bound to
a String, searchValue. I've also set the date format binding of the
WOTextField to %m/%d/%y since I want the values entered into it to be
in date format since I am searching for a date.
_______________________________________________
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.