VioSoftware.com![]() Mail & Web Servers - Microsoft Windows Server $166.94 Clicks = 46 |
Barnes and Noble![]() Slayer - World Painted Blood [Delu Online Price: $17.75 Clicks = 143 |
Fye.com![]() Apocalyptica - Worlds Collide Our Price: $15.97 Member Price $14.37 Clicks = 177 |
| Barnes and Noble Database Servers - Pro SQL Server 2008 Repli 64.28 Clicks = 62 |
| Barnes and Noble Music - Jeff Beck - There and Bac $25.64 Clicks = 46 |

When working with Access Database in web development, you may run into the following issue, if the database is opened in Microsoft Office Access.
When developing with Access Database, in your web design projects, you will have to work with the Microsoft Office Access Editor. When this happens, you will come across the following error. This usually only happens when the database is first created.
Microsoft JET Database Engine error '80004005'
Could not use ''; file already in use.
/ACN.asp, line 6
To recreate this issue.
Create a new database, save it, and connect to it from your ASP Classic or ASP.NET project.
When you try to connect to the database, it will give this error.
To resolve this issue.
After you create the database for the first time, close out of the database within Access, and then open the database back up. This free's the database, and allows for connections to come in.
This is a known issue, and believe it may be by-design.