In my program I need to access the database several times. Very often I get an error message saying "Could not update, currently locked", and my query isn't executed.
I am using Access database with ADO.NET (Visual Studio.NET 2003).

Can anyone help me solve this problem?

Thanks in advance.