Opening read-only OLEDB connection to MS Access back-end database while allowing updates via separat

Posted by djdilicious on Stack Overflow See other posts from Stack Overflow or by djdilicious
Published on 2010-05-04T03:41:56Z Indexed on 2010/05/04 3:48 UTC
Read the original article Hit count: 311

Filed under:
|
|

I have a back-end MS Access 2002-2003 database which stores blog entries. I created a separate front-end database with the forms for entering blog posts into the backend database. Finally, I have a website utilizing ASP to display the blog entries.

The website connects directly to the backend database using an OLEDB connection object. Whenever I open the form for creating a new post in MS Access, loading the blog post page on the website displays the error:

Could not use "; file already in use.

I would like to be able to display the older blog posts even though the newest one is in the process of being added.

© Stack Overflow or respective owner

Related posts about ms-access

Related posts about asp