Page 1 of 1

LocalUpdate doesn't work when CachedUpdates=true

Posted: Thu 28 Jan 2010 09:30
by FILLrate
Hello.
I need to update MSStoredProc with CachedUpdates=true locally. So
MSStoredProc.CachedUpdates = true
MSStoredProc.LocalUpdate = true
MSStoredProc.Insert
MSStoredProc.
MSStoredProc.Post
MSStoredProc.LocalUpdate = false
MSStoredProc.Insert
MSStoredProc.
MSStoredProc.Post
MSStoredProc.ApplyUpdates
MSStoredProc.CommitUpdates

And I have two inserted records in the database :cry: What's wrong?!

Posted: Fri 29 Jan 2010 11:36
by Dimon
Thank you for information. We have reproduced this problem and fixed it. This fix will be included in the next SDAC build.

Posted: Fri 29 Jan 2010 12:39
by FILLrate
ok, thanks.