Entity Framwork SaveChanges() doesn't write to the database?

Not sure but your SaveOptions enumeration may be the problem. Try just calling.

Not sure but your SaveOptions enumeration may be the problem. Try just calling cc.SaveChanges(); without the enumeration.

The problem turns out to be that I forgot to set the DB properties not to copy. I thought I had done this, but then had to restart from scratch (some problem in EF, I have a post about it on this site) and hadn't yet done it again for this project version. Sorry for missing that obvious one, but it's been a long day.My code works, but runs on the "local copy" under the bin/debug directory.

– John Warthman Jul 29 at 23:22.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions