Ask a Question related to Coldfusion Database Access, Design and Development.
-
jots_ozark #1
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
-
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... -
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... -
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... -
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... -
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... -
paross1 #2
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



Reply With Quote

