I have an Access DB that I want to update with data in a datatable. I can see the data in the datatable is correct but when I do da.fill(dt) nothing happens.
The data is not imported and there are no errors. I have also tried da.acceptchanges but still get the same result.
Start Free Trial