Ask a Question related to Coldfusion Database Access, Design and Development.
-
sa-txweather #1
Access connection to coldfusion with username/password
My server requires me to connect to Coldfusion to my .cfm pages using a
username and password set up in Access. Please tell me how to set up the
username/paswored feature in Access, and how to connect it to coldfusion.
Please tell me the code how to connect the .cfm page to the DSN, is it
something like:
<cfquery name="Recordset1" datasource="DSN name here" username="DSN
name-reader=username" password="DSN name-readerpassword=password" > :confused;
sa-txweather Guest
-
username and password
Hi all, My website host moved my site onto bigger servers and my ftp usermane and password had to be changed. Apparently the Contribute software... -
Access Unicode connection crashes whith password
I have found this problem on a number of posts in the forums, but none of them have a fix, solution or workaround. Has anything been done or posted... -
password/username
i have figured out how to "insert record' and when i fill in the text areas the page inserts the names into my database labeled passwords. what i... -
Security of FTP username/password in connection keys?
We will be setting up FTP accounts for our Contribute users. For security reasons we cannot give them their usernames and passwords, but rather... -
Username and password?
Thanks for this but I keep getting directed to Dreamweaver UltraDev. Do I need this or can I do it with MX? northerncaller -
drew222 #2
Re: Access connection to coldfusion withusername/password
Well, I don't really use Access at all, but I will try to help. Within Access,
go to Tools->Security->User and Group Accounts. This will allow you to
create/modify user accounts. Create an account that you need (i.e. User=Test,
Password="test1")
In your ColdFusion QUERY line,
<cfquery name="recordset1" datasource="DNS" username="Test"
password="test1">
that should do it. You don't need the DNS pre-appended the the information.
I hope that helps,
drew222 Guest



Reply With Quote

