Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~474 People Reached
Favorite Forums

2 Posted Topics

Member Avatar for raman242001

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 …

Member Avatar for thewebhostingdi
0
105
Member Avatar for ramesh_natesan

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 …

Member Avatar for raman242001
0
369

The End.