Forum Moderators: open
I am hopefully on my last ASP and Microsoft Access project as we are updating to .Net and SQL soon. However, I can't change over for this project.
I realise Access is no good with multiple users but I cannot change that for this project. I am wondering if anyone can help me. I experience intermittent problems where my ASP code throws back a 80004005 error and mentions about the database being held open exclusivly.
My connection strings use
.CursorType = adOpenForwardOnly
to limit the access to ReadOnly whereever possible.
Can anyone help?
Helen