I am connecting to an Access database through some ASP code. I copied the code directly from another server where it lives and works just fine. I opened it up on our web server and the connection string doesn't appear to work. I have another application in the on the same server connecting to an Access database, and it works perfectly. I literally copied the connection string into the new app, just changing the name, and I get one of two things:
if I try to connect with Access Driver: General error: Unable to open registry key...
if I try to connect with the OLEDB connection style string: Unspecified error...
neither one of these really tells me anything. And if you try to search on an error, I find lots of pages displaying the same errors. Has anyone run into this problem before? Know how to fix it?
Thanks
if I try to connect with Access Driver: General error: Unable to open registry key...
if I try to connect with the OLEDB connection style string: Unspecified error...
neither one of these really tells me anything. And if you try to search on an error, I find lots of pages displaying the same errors. Has anyone run into this problem before? Know how to fix it?
Thanks