Re: [sqlite] Exception at changing a row in .NET FW 4.7.1

2018-08-08 Thread Rtm Rbtsk
> Rtm Rbtsk wrote: > > > > If I change the data in the first row with the 'id'='1' in the table > > 'leslie', I get a DBConcurrencyException at the Update-command: > > > > System.Data.DBConcurrencyException: 'Concurrency violation: the > > UpdateComma

[sqlite] Exception at changing a row in .NET FW 4.7.1

2018-08-06 Thread Rtm Rbtsk
Hy, If I change the data in the first row with the 'id'='1' in the table 'leslie', I get a DBConcurrencyException at the Update-command: System.Data.DBConcurrencyException: 'Concurrency violation: the UpdateCommand affected 0 of the expected 1 records.' By deleting the row it raises in

[sqlite] Exception at changing a row

2018-08-06 Thread Rtm Rbtsk
Hy, If I change the data in the first row with the 'id'='1' in the table 'leslie', I get a DBConcurrencyException at the Update-command: System.Data.DBConcurrencyException: 'Concurrency violation: the UpdateCommand affected 0 of the expected 1 records.' By deleting the row it raises in