Re: Strange issue for database update?
Re: Strange issue for database update?
- Subject: Re: Strange issue for database update?
- From: Art Isbell <email@hidden>
- Date: Sun, 11 Apr 2004 11:30:37 -1000
On Apr 10, 2004, at 9:28 AM, David Sue wrote:
After updating two fields of one record in Database,say field "a" and
"b", "a" was updated by programming and "b" was updated by trigger,I
refetch the record I can see "a" was updated but I can't see the
update of "b",in fact "b" was updated also in database,does anybody
have same issue ever?
EOF won't by default refresh snapshot values (those values from an
initial fetch). But you can change this behavior by sending the fetch
spec a setRefreshesRefetchedObjects(true) prior to refetching.
Aloha,
Art
_______________________________________________
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.