c# Tableadapter fails to update through odbc

91 views Asked by At

I have a complicated issue to solve. Basically i have a winform application which uses datasets and access files to save data.

Now i have a customer which would like to have the database stored on a sql server.

So .. i made the database in sql and an mdb file with odbc tables attached to it.

And here is the issue.. The program works only in reading and inserting new data. When the user tries to update an existing row the tableadapter goes in concurrency exception.

I can't really understand the reason or how to solve this. Anybody got any idea or any tips about this issue?

Thank you!

0

There are 0 answers