How can I make an Access database readable from the web while it is open in MS Access?

Posted by djdilicious on Stack Overflow See other posts from Stack Overflow or by djdilicious
Published on 2010-03-17T04:24:22Z Indexed on 2010/03/17 4:31 UTC
Read the original article Hit count: 226

Filed under:
|
|

I have a website using ASP with an MS Access DB back-end for storing mainly blog posts. My company has a very long software approval process so I am stuck with what I have (i.e. I must use Access). I use server-side javascript to retrieve posts stored in the database using OLEDB calls. Everything works fine except that I cannot read any tables from the database when it is open in the MS Access program. The page displays an error message about the file being in use. This could lead to significant downtime while I am doing any work within Access. How can I make the file readable by my ASP application while it is open in Access?

© Stack Overflow or respective owner

Related posts about asp

Related posts about ms-access