R
rc
Hello,
I'm writing a VB .NET application that manipulates data in an Access
database.
I fill a Dataset with data extracted from a table of my database,
modifiy one field and try to update with an OleDbCommandBuilder which
throws a DBConcurrencyException.
I think it's because of the primary key of my Access Table which is a
Date/Time field.
I tried to update with a OleDbCommand and wrote the update query but
with the same result.
I also tested to fix the OleDbType of parameters, without success.
However most of rows are updated successfully, this exception occurs
randomly and there is no significant resemblances between rows which
triggers this exception...
Some help would be very welcome.
Thanks you in advance.
I'm writing a VB .NET application that manipulates data in an Access
database.
I fill a Dataset with data extracted from a table of my database,
modifiy one field and try to update with an OleDbCommandBuilder which
throws a DBConcurrencyException.
I think it's because of the primary key of my Access Table which is a
Date/Time field.
I tried to update with a OleDbCommand and wrote the update query but
with the same result.
I also tested to fix the OleDbType of parameters, without success.
However most of rows are updated successfully, this exception occurs
randomly and there is no significant resemblances between rows which
triggers this exception...
Some help would be very welcome.
Thanks you in advance.