Page 1 of 1

Insert ok but then Update issues

Posted: Wed 20 Dec 2017 01:51
by vjason
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.

Re: Insert ok but then Update issues

Posted: Thu 21 Dec 2017 10:46
by Shalex
1. Please create a simple test project for reproducing the issue and upload it to some file exchange server. Also include the DDL/DML script of database objects your test project works with.

2. Specify the exact steps we should follow to reproduce the problem in our environment.