I would love to be able to use an OLEDB connection but the asp file was written for me. It has worked for a year. Do I just change the connection string and add jet 4.0?? Or should I get a hold of the original programer and have her do it?
thanks for your patience!
----- Jeff Cochran wrote: -----
On Wed, 21 Jan 2004 10:41:09 -0800, "Jon Holman"
<jholman(removethis)@flightax.com> wrote:
>I have IIS 5.0 running on Serv2000. I have an ASP page calling an MS Access database. I am getting the following error:
>>[Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x5a8 Thread 0x96c DBC 0xcbe0b4 Jet'.
>/findinfo.asp, line 9
>>Line 9 is just a conn.open
>>conn.open "Driver={Microsoft Access Driver (*.mdb)};" & _
> "Dbq=Labels.mdb;" &_
>>I have changed the %temp% directory permissions. Also permissions on the database itself and even the permissions on the ODBC registry key. I have included IUSER and IWAM accounts and given them up to and including full control. I am out of options and answers.
See:
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2009" target="_blank">http://www.aspfaq.com/show.asp?id=2009</a>
<a style='text-decoration: underline;' href="http://www.aspfaq.com/show.asp?id=2154" target="_blank">http://www.aspfaq.com/show.asp?id=2154</a>
Then switch to an OLEDB connection and fix it for good.
Jeff<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Infamous ODBC Error