No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
2 Posted Topics
I am trying to connect to a sql server using login which accepts the username and password, instead of storing the credentials in the connection string. But whenevr I pass the variable in the connection string I am getting an error which says login failed for the user. Is it …
I tried to coonect to a database as mentioned above and the link, but I am getting an error which says login failed for the user. The connection string is: strSQLconn = "Driver={SQL Server};Server=Servername;Database=dbname;" & _ "Uid=username;Pwd=& strPw;" objSQLconn.Open strSQLconn strPw is the variable in which I am storing the …
The End.
raman242001