Concurrency violation

Discussion of open issues, suggestions and bugs regarding ADO.NET provider for MySQL
Post Reply
Bigpoint_junior
Posts: 1
Joined: Thu 04 Feb 2016 19:48

Concurrency violation

Post by Bigpoint_junior » Thu 04 Feb 2016 20:02

Hi,
I have massive Problems with concurrency violation (version 8.4.583.0).

My connect string is:
Server=127.0.0.1;Port=3306;FoundRows=true;Database=...;Uid=...;Pwd=...;

I only read treetwo integer columns from the database into a datatable, change them and want to update them.
Any Idea?

Pinturiccio
Devart Team
Posts: 2420
Joined: Wed 02 Nov 2011 09:44

Re: Concurrency violation

Post by Pinturiccio » Fri 05 Feb 2016 12:44

We could not reproduce the issue. Please create and send us a small test project with the corresponding DDL/DML script for reproducing the issue. Please also describe the steps we should perform for reproducing the issue.

Post Reply