OrthoDocSoft
Programmer
Folks,
I've got a problem. I have an app that connects to MSSQL Server 2005 and 2008 just fine whether they're (the instances of the databases and MSSQL Server) on the same computer with the app, or on a separate server, with the following connection string:
strConnectString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=myDatabase;Data Source=myServer"
It has worked fine for years.
Now I'm setting up a new LAN with Windows 10 computers and a Server running MS Server 2012 with MS SQL Server 2014 on it. I've got an instance of MS SQL Server 2014 on BOTH the computer where the app is, AND a separate instance on the server. When I aim my app at the instance on the computer, it connects just fine, just like it always has. When I aim it at the instance on the server, it will not connect. I am very much a newbie at all this, but still need it to work. Can you help?
"you cain't fix 'stupid'...
I've got a problem. I have an app that connects to MSSQL Server 2005 and 2008 just fine whether they're (the instances of the databases and MSSQL Server) on the same computer with the app, or on a separate server, with the following connection string:
strConnectString = "Provider=SQLOLEDB.1;Integrated Security=SSPI;Persist Security Info=False;Initial Catalog=myDatabase;Data Source=myServer"
It has worked fine for years.
Now I'm setting up a new LAN with Windows 10 computers and a Server running MS Server 2012 with MS SQL Server 2014 on it. I've got an instance of MS SQL Server 2014 on BOTH the computer where the app is, AND a separate instance on the server. When I aim my app at the instance on the computer, it connects just fine, just like it always has. When I aim it at the instance on the server, it will not connect. I am very much a newbie at all this, but still need it to work. Can you help?
"you cain't fix 'stupid'...