Problem connecting to local Access database - Unable to open registry key 'Temporary (volatile) Jet DSN ...

Ask a Question related to ASP Database, Design and Development.

  1. #1

    Default Problem connecting to local Access database - Unable to open registry key 'Temporary (volatile) Jet DSN ...

    Hi

    I get the following error sporadically when running a sample in an MSDN ASP
    tutorial:

    Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft
    Access Driver]General error Unable to open registry key 'Temporary
    (volatile) Jet DSN for process 0xb88 Thread 0x9f4 DBC 0x2050064 Jet'.

    I searched the net for this error and a lot of the articles suggested
    permissions problems, and I added IUSER_<machinename> to my temp directory,
    as well as to the permissions on the directory in inetpub\wwwroot, but am
    still getting this error. Any ideas on this?

    Thanks much
    Joe


    Joe Guest

  2. Similar Questions and Discussions

    1. connecting Access database on local apache server
      I have coldfusion installed as a multiserver configuration running on both Apache and IIS. Is it possible to use coldfusion MX7 to connect to an...
    2. Unable to open registry key 'Temporary (volatile) Jet DSN
      Hi Guys I was wondering if you could help. Basically I have an ASP page that inserts details from a standard form into an Access DB and even...
    3. Unable to Open Registry Key
      Hello; I've published my database using Frontpage and inserted a result query on a ASP page and I get the following error. Can anyone help me? ...
    4. Problem connecting to an access database from an asp
      Stupid question: Does this page have a .asp extension? Ray at home "Kathryn" <andania1@hotmail.com> wrote in message...
    5. ADODB.Connection - Unable to open registry key 'Temporary (volatile) Jet
      Jon wrote: http://www.aspfaq.com/show.asp?id=2062 - updatable cursor http://www.aspfaq.com/show.asp?id=2009 - 80004005 errors Bob Barrows
  3. #2

    Default Re: Problem connecting to local Access database - Unable to open registry key 'Temporary (volatile) Jet DSN ...

    Stop using ODBC!
    [url]http://www.aspfaq.com/2154[/url]

    --
    Aaron Bertrand
    SQL Server MVP
    [url]http://www.aspfaq.com/[/url]






    "Joe" <joe@invalid.com> wrote in message
    news:c56jqv$iaf$1@ctb-nnrp2.saix.net...
    > Hi
    >
    > I get the following error sporadically when running a sample in an MSDN
    > ASP
    > tutorial:
    >
    > Microsoft OLE DB Provider for ODBC Drivers: [Microsoft][ODBC Microsoft
    > Access Driver]General error Unable to open registry key 'Temporary
    > (volatile) Jet DSN for process 0xb88 Thread 0x9f4 DBC 0x2050064 Jet'.
    >
    > I searched the net for this error and a lot of the articles suggested
    > permissions problems, and I added IUSER_<machinename> to my temp
    > directory,
    > as well as to the permissions on the directory in inetpub\wwwroot, but am
    > still getting this error. Any ideas on this?
    >
    > Thanks much
    > Joe
    >
    >

    Aaron Bertrand [MVP] Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139