Hello all,
I'm trying to connect to a remote SQL Server database. I've set up an account on it with a password. When I try to access it on the network, in several different ways (ODBC .dsn file, OLE DB SQL provider using VB data environment, I get the "not associated with a trusted connection" error although I provide the username and password.
A little digging shows that I hadn't set the server up for mixed security, and here's where I've run into a problem. I go into enterprise manager, right click on "(local) (Windows NT)", select Properties, and then the security tab. From there, under Authentication, I select the SQL Server and Windows option button. Then I hit ok. However, when I go back to the properties window again, the option button is set back to Windows only, and I still can't access the db.
What am I missing?
Thanks for any help.
Bob Rodes
I'm trying to connect to a remote SQL Server database. I've set up an account on it with a password. When I try to access it on the network, in several different ways (ODBC .dsn file, OLE DB SQL provider using VB data environment, I get the "not associated with a trusted connection" error although I provide the username and password.
A little digging shows that I hadn't set the server up for mixed security, and here's where I've run into a problem. I go into enterprise manager, right click on "(local) (Windows NT)", select Properties, and then the security tab. From there, under Authentication, I select the SQL Server and Windows option button. Then I hit ok. However, when I go back to the properties window again, the option button is set back to Windows only, and I still can't access the db.
What am I missing?
Thanks for any help.
Bob Rodes