Every so often, my database and/or VB code gets a concurrency exception when I try to write to the database. If I alter the code using the acceptChanges method on the dataset, I eliminate the exception, but the database is not being updated. It seems that the data is being locked up somehow. This happens even when I’m the only one on the system. Can anyone help???