Dear ipvn,
You may face this error if your MS-Access Database doesnt have the right secuirity permissions, or may be it's open by another process
1- If your file system is FAT32 then the security permissions don't have any effect, there will be no restrictions
2 - If you are using NTFS file system on your hard drive then you should grant ASPNET user account MODIFY level on the .mdb file
If you cant find the Sharing and Security option on the file or the folder do the following:
[ go to FOLDER OPTIONS ----> VIEW ] and make sure that USE SIMPLE FILE SHARING is UNchecked
3 - Grant MODIFY permission as shown on the other replies to your current post
4 - Make sure that there is no active connection within your .NET IDE with the databse, if so close that connection
* To prevent errors while using MS-Access databases try your best to keep only one active connection to the database
I hope that my post is usefull, good luck