[nrdo-list] Observation but is there a fix?

2006-05-03 Thread Michael Hitchcock
I have a dfn which uses a references single. When I get an object and thru the reference get the foreign keyed object, all is good (i.e. Object.ForeignKeyedObjectId  thru reference provides Object.ForeignKeyedObj).  However, if I change the Object.ForeignKeyedObjectId and call Update(),  Ob

Re: [nrdo-list] Observation but is there a fix?

2006-05-03 Thread Stuart Ballard
call myObject.GetForeignKeyedObj(). This forces the cached data to be discarded and a fresh copy to be obtained. Stuart. On 5/3/06, Michael Hitchcock <[EMAIL PROTECTED]> wrote: I have a dfn which uses a references single. When I get an object and thru the reference get the foreign keyed obje