Code: Select all
Provider=SQLOLEDB; Data Source=HOST\sql2008; Initial Catalog=MYDB"; User Id=sa; Password=sa;
But from the software, when I use "Data Source=192.168.1.206\sql2008", I get this error (after some seconds of timeout):
If I specify the IP address only ("Data Source=192.168.1.206"), it seems to connect immediatly, but I get a "wrong username/password" error. This is obvious, because I haven't specified an instance.[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.
How can I fix this?