Access database getting hosed up on web server

Ask a Question related to Coldfusion Database Access, Design and Development.

  1. #1

    Default Access database getting hosed up on web server

    I have had this problem consistently ever since I upgraded to Dreamweaver 8.
    The problem is I am creating/modifying coldfusion pages on my intranet site
    which has both .ASP and .CFM files and eventually none of the .ASP files will
    work. And I know it is has to do with Access database lock file and I cannot
    delete it because it says it is in use. I understand that if you are in the
    actual database it will create a lock file and it will eventually hang up, but
    I am not in the database file when this happens. I might be creating
    recordsets but that is it. I downloaded a microsoft jet utility that shows who
    is actively in the database and when this happens it shows the webserver is
    connected to the database. The only way to clear the access lock file is to
    reboot. Any ideas?

    CRC Guest

  2. Similar Questions and Discussions

    1. Connect to a MS Access or MS SQL Server database
      How can i connect and perform select, insert, update and delete commands to an Access or SQL Server database without using ODBC DSNs?
    2. SQL Server - Access Database Synchrosnization
      You have a couple of options: 1. Find an ISP who will actually work with you on the SQL Server functionality. 2. Try to create a linked server...
    3. trying to access sql server 2005 database
      I have Dreamweaver MX 2004, trying to access sql server 2005. I can not get the SQL server driver on dreamweaver to successfully connect to sql...
    4. confused about access / sql database / sql server / php !! .. help please
      i am running a website on Windows 2000 server with ASP 3 webpages and Access 2000 database. (with a hosting company) traffic is slow at this time...
    5. sql server database access problem
      hi i have a problem with database access (SQL Server/MSDE) on my production server. the asp.net web app works fine in test. on the...
  3. #2

    Default Re: Access database getting hosed up on web server

    Uncheck "Maintain database connections" in your administrator. I think. Used to be you could issue a bad query and break the lock, but that doesn't work anymore.
    philh Guest

  4. #3

    Default Re: Access database getting hosed up on web server

    >Used to be you could issue a bad query and break the lock, but that doesn't work anymore

    Out of curiousity, any ideas why it doesn't work any more?


    mxstu Guest

  5. #4

    Default Re: Access database getting hosed up on web server

    In the CF Administrator > Data & Services > Datasources > (select your
    datasource to edit)

    1. Click "Show Advanced Settings" button
    2. Uncheck "Maintain Connections" box
    3. Click Submit to save the changes

    mxstu Guest

  6. #5

    Default Re: Access database getting hosed up on web server

    it was never checked, but there is a
    Timeout (min) that has 20
    AND Interval (min) 7








    Disable Connections
    -- Suspend all client connections.

    Login Timeout (sec)

    CLOB
    -- Enable long text retrieval (CLOB).

    BLOB
    -- Enable binary large object retrieval (BLOB).

    Long Text Buffer (chr)

    Blob Buffer(bytes)

    Allowed SQL
    SELECT Create GRANT
    INSERT DROP REVOKE
    UPDATE ALTER Stored Procedures
    DELETE






    CRC Guest

  7. #6

    Default Re: Access database getting hosed up on web server

    I am not sure, but it has consistently happened since I upgraded to Dreamweaver 8
    CRC Guest

  8. #7

    Default Re: Access database getting hosed up on web server

    Are you using client variables? I don't use DW8, but you might want to check
    the issues list
    [url]http://www.macromedia.com/cfusion/knowledgebase/index.cfm?id=a3f38dcf[/url]

    ... or the DW forums to see if there is any mention of this problem ...
    [url]http://www.macromedia.com/cfusion/webforums/forum/index.cfm?forumid=12[/url]

    Btw, your forums IM option is turned "off" :-) You can change the settings
    under
    Profiles --> Personal Options --> Receive Private Messages




    mxstu Guest

  9. #8

    Default Re: Access database getting hosed up on web server

    philh - you've got IM turned off too ;-)

    mxstu 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