Hey Ya'll,
I can connect to VPN and I can access Sql Server using RDP. Now, I want to access the Sql Server programmatically.
I connected to the VPN and then have the following connection string set up:
**constr = 'Data Source=servername;Initial Catalog=dbname;User ID=username;Password=passwd;'
error: login failed for username
PS: username and the password are the ones that we use to access the server remotely using RDP. and the sql server is windows authenticated and the permission is enabled for the given username.
I appreciate ur help.