Database is wont give me access

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

  1. #1

    Default Database is wont give me access

    I have loaded my webpages on the net and when I call a page to the browser it
    gives me the error: Security: The requested template has been denied access to
    c4c.

    I don't understand why, here is my code:
    <cfquery name="tabs"
    dbname="bobconwood_accesscf_c4c"
    username="bobconwood"
    password="**********"
    datasource="c4c">
    I have also left out the username and password and I get the same error. I am
    not sure if DBNAME needs to be there or not. My hosting server has a DSN Name
    for the Access Database and I am not even sure where to put that.

    On my local server everything worked fine till I launched and it all seems to
    be in the QUERY statement.

    Please help
    Bob






    jots_ozark Guest

  2. Similar Questions and Discussions

    1. How to give access to my clients?
      Hi there, I'm currently developing a CF app with the Developer Edition and I'd like to give access to the files to my client so they can follow...
    2. Access database wont unlock
      I am finding it impossible to unlock an access database. the specs: Windows 2000 server CF 5.0 IIS Access db created in Access 2003 The...
    3. My database wont work.
      Basicly im new to asp. Ive been learning to use it through one of the dummies books. I have the following error: Error Type: Microsoft OLE DB...
    4. Write Access to Access DataBase
      I'm trying to update a Access Database from information gained from a ASPX page. The database will not update. I'm sure it is in some security...
    5. Why wont this access an array???
      Can someone please tell me how to access elements from a multiple selection list? From what ive read on other posts, this is correct. I keep...
  3. #2

    Default Re: Database is wont give me access

    The DSN name should go in the datasource="" parameter. Unless it is c4c you are going to fail to connect.

    Phil
    paross1 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