Hello,
I have an access database that we use to collect information. I have ASP pages that are used to connect to the database pull out some info and display it.
This all works perfectly when no users have the database open, but if 1 or more users has the database open which is the norm the ASP files cannot make the connection to the database and give me a record set to work with. I have been trying to solve this for days now and I have gone through several errors but I seem to keep being led back to this one...
Microsoft JET Database Engine error '80004005'
When I search MSDN it tells me basically that the file doesn't have permission and I need to check the permissions in the IIS location. The problem is I am not an admin and cannot check this what I want to know is, Is there a way to make a connection to the database via ASP where the ASP page isn't an anonymous user but instead is a legitmate user?
I hope that is clear. Also is it possible there is another solution I have yet to uncover?