I removed some old fields from the Access database in my .net project and any corresponding code in the project. I tried to test the updates and received an error. The only solution that I know of (and tried) was I went through windows explorer, browsed to the Database folder, right clicked on it, went to properties, clicked the Security tab, selected the user "Everyone" and checked the "Allow" for Modify and Write.
I am still receiving the error. I browsed to the database folder to ensure that there was no lock file, and there wasn't. I am able to open the DB and close it with no problem, but my .net project does not like it.
The error that I receive is:
The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\InvPortfolio\Database\InventTrack.mdb'. It is alreado opened exclusively by another user, or you need permission to view its data.
I even tried to download the production database and replace the database that I had updated, but that did not work either.
PLEASE HELP ME.......
Thanks.
Matt
I am still receiving the error. I browsed to the database folder to ensure that there was no lock file, and there wasn't. I am able to open the DB and close it with no problem, but my .net project does not like it.
The error that I receive is:
The Microsoft Jet database engine cannot open the file
'C:\Inetpub\wwwroot\InvPortfolio\Database\InventTrack.mdb'. It is alreado opened exclusively by another user, or you need permission to view its data.
I even tried to download the production database and replace the database that I had updated, but that did not work either.
PLEASE HELP ME.......
Thanks.
Matt