EKinnamon
Starting Member
USA
7 Posts |
Posted - 03 March 2005 : 00:50:06
|
I know this error is listed a few time and I have read them and not found an answer.
<<>> strDBType = "sqlserver" 'strDBType = "access" 'strDBType = "mysql"
'## Make sure to uncomment one of the strConnString lines and edit it so that it points to where your database is! strConnString = "Provider=SQLOLEDB;Data Source=SRV1;database=kinnamon.net;uid=****;pwd=****;" '## MS SQL Server 6.x/7.x/2000 (OLEDB connection) 'strConnString = "driver={SQL Server};server=SERVER_NAME;uid=UID;pwd=PWD;database=DB_NAME" '## MS SQL Server 6.x/7.x/2000 (ODBC connection)
<<>>
Error message is:
The database could not be opened !! Check your config.asp file and set the strConnString so it points to the database. Also check if strDBType is set to the right databasetype.
Code : 80004005
Error Description : Login failed for user '****'. Reason: Not associated with a trusted SQL Server connection.
<<>> The username I an using is an Admin on the machine. Thinking I might not be setting up SQL db corrrect.
Win2000 Server, Note sure how to tell what version of IIS
Thanks in advance for any help or suggestions, EKinnamon |
Edited by - EKinnamon on 03 March 2005 00:56:00 |
|