Insert ok but then Update issues

Discussion of open issues, suggestions and bugs regarding LinqConnect – Devart's LINQ to SQL compatible ORM
Post Reply
vjason
Posts: 1
Joined: Wed 20 Dec 2017 01:45

Insert ok but then Update issues

Post by vjason » 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.

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: Insert ok but then Update issues

Post by Shalex » Thu 21 Dec 2017 10:46

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.

Post Reply