vBulletin Search Engine Optimization
| |||||||
| Register | FAQ | Members List | Calendar | Search | Today's Posts | Mark Forums Read |
| ||||
| Andy Smith (someone@microsoft.com) writes: > I am getting a error when connecting to SQL Server 7 MSDE. > > 'IUSR_PC'. Reason: Not associated with a trusted SQL Server connection. > > I have set up the login and assigned the permissions for this username in > the database. Could anyone help me with my problem? > > Connection = "Provider=SQLOLEDB;DSN=DdataSourceName;Initial > Catalog=DatabaseName;User Id=IUSER_PC;" SQL Server provides two forms of authentication, SQL authentication and Windows authentication. When you talk about username in the database, this sounds to me like a user for SQL authentication. But the message comes from Windows authentication, which may be because SQL authentication is not enabled. -- Erland Sommarskog, SQL Server MVP, sommar@algonet.se Books Online for SQL Server SP3 at http://www.microsoft.com/sql/techinf...2000/books.asp |