PLEASE HELP. Access to db locked.

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

  1. #1

    Default PLEASE HELP. Access to db locked.

    Good day

    I am having a problem developing a web application for an
    on line catalog. I
    am using ms access XP on an XP professional platfrom. I
    have been able to
    succesfully develop a web page to query the database to
    produce a list of
    items in groups of 10, but when I request the next 10
    items the server
    returns the following error:

    "Error Type:
    Provider (0x80004005)
    Unspecified error
    /ECOTAssets/AssetList.asp, line 5"

    after a few seconds (about 30), if I hit reload the page
    will actually load.

    I have already given the IUSR_Machine account modify
    rights over the folder that holds the database.

    I am assuming that the database is locked or something
    like that. How can I
    get it to work with out these waiting periods?

    Thanks very much.




    Carlos Sol Guest

  2. Similar Questions and Discussions

    1. gif is locked
      I pasted a snapshot in ps and saved as a gif. Now, I need to upload it for an example but I need to blur out the password. When I reopen the gif...
    2. locked out of my pc
      My kid was playing a joke and he changed the password on my wondow xp system, how do I got pass this?
    3. locked out
      Computer locked me out when idle for a couple of min. Requests admin. password, I forgot it. I had to cut power to log back in . It happened twice...
    4. I'm Locked Out!
      My mother purchased my computer from some one else she knew, and it was fine. I had administrator privileges and everything, but I let someone use...
    5. A failure occurred writing to the resources file. Access is denied. -- RESX file is locked? -- WHY?
      Hi. This is an error that comes up fairly regularly when trying to run the "Rebuild All" command in a Solution that contains more than one...
  3. #2

    Default Re: PLEASE HELP. Access to db locked.

    Google '0x80004005' and you may find your answer.

    "Carlos Sol" <solis@rice.edu> wrote in message
    news:O6I$4VjTEHA.760@TK2MSFTNGP12.phx.gbl...
    > Good day
    >
    > I am having a problem developing a web application for an
    > on line catalog. I
    > am using ms access XP on an XP professional platfrom. I
    > have been able to
    > succesfully develop a web page to query the database to
    > produce a list of
    > items in groups of 10, but when I request the next 10
    > items the server
    > returns the following error:
    >
    > "Error Type:
    > Provider (0x80004005)
    > Unspecified error
    > /ECOTAssets/AssetList.asp, line 5"
    >
    > after a few seconds (about 30), if I hit reload the page
    > will actually load.
    >
    > I have already given the IUSR_Machine account modify
    > rights over the folder that holds the database.
    >
    > I am assuming that the database is locked or something
    > like that. How can I
    > get it to work with out these waiting periods?
    >
    > Thanks very much.
    >
    >
    >
    >

    Raymond D'Anjou \(raydan\) Guest

  4. #3

    Default Re: PLEASE HELP. Access to db locked.

    [url]http://www.aspfaq.com/5003[/url]

    --
    [url]http://www.aspfaq.com/[/url]
    (Reverse address to reply.)




    "Carlos Sol" <solis@rice.edu> wrote in message
    news:O6I$4VjTEHA.760@TK2MSFTNGP12.phx.gbl...
    > Good day
    >
    > I am having a problem developing a web application for an
    > on line catalog. I
    > am using ms access XP on an XP professional platfrom. I
    > have been able to
    > succesfully develop a web page to query the database to
    > produce a list of
    > items in groups of 10, but when I request the next 10
    > items the server
    > returns the following error:
    >
    > "Error Type:
    > Provider (0x80004005)
    > Unspecified error
    > /ECOTAssets/AssetList.asp, line 5"
    >
    > after a few seconds (about 30), if I hit reload the page
    > will actually load.
    >
    > I have already given the IUSR_Machine account modify
    > rights over the folder that holds the database.
    >
    > I am assuming that the database is locked or something
    > like that. How can I
    > get it to work with out these waiting periods?
    >
    > Thanks very much.
    >
    >
    >
    >

    Aaron [SQL Server 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