Re: Updating outside of the editing context using Oracle StoredProcedures
Re: Updating outside of the editing context using Oracle StoredProcedures
- Subject: Re: Updating outside of the editing context using Oracle StoredProcedures
- From: Mike Schrag <email@hidden>
- Date: Thu, 28 May 2009 13:52:13 -0400
Mike, Not sure what you mean scope of the changes.
sorry .. not very clear on my part. what i mean is that after this stored proc runs, if you can narrow the refresh down, it will give you better performance if you can do a fetch, say, Person where lastName like 'a%' vs just making everything refresh. but if you have to, then yeah, go for it. invalidate is draconian, though, and can cause a lot of weird problems.
ms |
_______________________________________________
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