I am using .mdb database in ASP.NET MVC application.
I am inserting multiple rows within a for loop using transaction. In case of exception, transaction is rollbacked & disposed. But if I try to insert after an exception, I am getting OleDbException Could not update; currently locked.
Database table is not opened in design mode.
But if I close and re-open visual studio, and re-run the app, then it works fine.
Any clue?