Visual Studio 2003 & SQL Server 2005 - Database Updating - TechRepublic
Question
October 12, 2007 at 10:06 PM
vlenza

Visual Studio 2003 & SQL Server 2005 – Database Updating

by vlenza . Updated 18 years, 9 months ago

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???

This discussion is locked

All Comments