Ask a Question related to Coldfusion Database Access, Design and Development.
-
jpesolutions #1
Connecting CF to SQL 2K
I have been trying to use CF Administrator to connect to an SQL Server 2000
DB. I keep recieveing the message below. I have read on other posts that I
need to create a user in SQL for the CF Adminstrator however I don't know how
to create that user. Can anyone give me some very specific step by step
directions on how to create a user and use that user in CF Admin to connect to
my SQL DB? I would greatfully appriciate it!!!
Jason
Error Message:
Connection verification failed for data source: sql2000
java.sql.SQLException: [Macromedia][SQLServer JDBC Driver]Error establishing
socket. Unknown host: (localhost)
The root cause was that: java.sql.SQLException: [Macromedia][SQLServer JDBC
Driver]Error establishing socket. Unknown host: (localhost)
jpesolutions Guest
-
connecting...
we're having a hard time connecting to the server so we can let others make changes to the pages. we know we can connect to the server through our... -
Connecting without RDS? Please help!
Hi there, I'm trying to connect to an Access database through Dreamweaver. My hosting is on a shared server and so they won't give me access to... -
connecting VS.NET to IIS-what do I have to do
Using the first version of VisualStudio.NET and, I believe, IIS 5 (the one that comes with Server 2000) when I launch the ASP.NET application... -
ASP.NET connecting to SQL DB
I'm having trouble connecting to an SQL database in Dreamweaver. I've typed in the correct parameters, but I get an "Http Error Code 403 Forbidden"... -
Connecting G5 to a TV
I am thinking of ordering a G5 but have only the money to buy the machine plus software. I want to replace my 3 year old imac. Since I have an... -
The ScareCrow #2
Re: Connecting CF to SQL 2K
Click Start, go to all programs, go to microsoft sql server, click on
enterprise manager
In enterprise manager
expand microsoft sql servers, expand sql server group, expand the sql server
you want to add the user to, expand databases, expand security.
right click logins, select new login
In the new login window, select the radio button sql server authentication,
supply a name and password, select the database access tab and check the
database(s) this user will have access to, then in the bottom window select the
role of this user for this database, for cf access I usually only give public,
db_datareader and db_datawrite then click ok
You have now created the sql server user. Now in the cf admin when you create
a DSN you use this user and the password.
Ken
The ScareCrow Guest



Reply With Quote

