Hey Guys
i am doing a small project and i am using vb.net with MS access database.
i am facing a Concurrency issue sometimes when i try to save data in the datagried view.
i have added the datagried view by draging and drop the table from the data source.
only one user is using the form to save data at one time.
i think it works properly unless i moved from record to recored then it gives me an error. "Concurrency, 0 records updated from expected 1....."
any one know how could i solv this issue??