Insert ok but then Update issues
Posted: Wed 20 Dec 2017 01:51
I am having a nagging problem with the insert and then updates of a linq connect model. I am building a web forms page that is represented by 4 tables. The inital insert works ok however when I read the record after db.SubmitChanges, make changes and db.SubmitChanges again nothing happens. No errors. I have it hooked up to logging with db.log and no update sql commands are created. I am running out of ideas.