ASP and Ms Access Problem

Ask a Question related to Dreamweaver AppDev, Design and Development.

  1. #1

    Default ASP and Ms Access Problem

    Hi guys

    I trying to create a dynamic combo box in Dreamweaver, I have made a
    connection to the database and created a recordset and mapped the recordset to
    the combo box.

    When I run the page it works fine the box has the the right content. However
    if i exit the page and try to run it again I get a message saying the database
    has been opened by another user and when I go to the location of the database I
    can see that the database is locked, just as if someone else is accessing it. I
    have to restart mu pc in order to kill the connection,

    I am using MS Access and ASP - VBscript, I am closing the recordset, does
    anyone know what i am doing wrong, do i have to close the datbase connection
    and if so how do i do this.

    Any help would be great, thanking you in advance



    patelajk Guest

  2. Similar Questions and Discussions

    1. MS Access Problem
      I am trying to link my asp pages in dreamweaver into MS access - can create a registration page and login page OK, but then get into problem when...
    2. contribute problem - access denied file may not existpermission problem
      Recieving the following error message - "access denied file may not exist , or there could be a permission problem" this happened this morning ,...
    3. Uploading problem = weird warning (was: access denied problem.....)
      Hi, I had a problem where my upload form was not working on our production server but was working on two other servers, after checking the...
    4. Conversion problem from Access 97 to Access 2002
      I have an old access 97 database and I tried to convert to Access 2002. After the conversion, some of the forms and all modules are not converted...
    5. CD access OK but new X86 problem
      Hi folks, Thanks for the couple of 'mount' commands. With them, I was able to mount the CD .iso file as a filesystem. I then select 'filesystem'...
  3. #2

    Default Re: ASP and Ms Access Problem

    Have a read of Jule's The infamous 80004005 errors article

    [url]http://www.charon.co.uk/content.aspx?CategoryID=27&ArticleID=56[/url]


    Originally posted by: patelajk
    Hi guys

    I trying to create a dynamic combo box in Dreamweaver, I have made a
    connection to the database and created a recordset and mapped the recordset to
    the combo box.

    When I run the page it works fine the box has the the right content. However
    if i exit the page and try to run it again I get a message saying the database
    has been opened by another user and when I go to the location of the database I
    can see that the database is locked, just as if someone else is accessing it. I
    have to restart mu pc in order to kill the connection,

    I am using MS Access and ASP - VBscript, I am closing the recordset, does
    anyone know what i am doing wrong, do i have to close the datbase connection
    and if so how do i do this.

    Any help would be great, thanking you in advance





    CarlGrint 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