Quantcast
Channel: SQLServerCentral » SQL Server 2014 » Administration - SQL Server 2014 » Latest topics
Viewing all articles
Browse latest Browse all 6525

Connecting over network issue

$
0
0
I have just installed SQL Server Express on a windows 8.1 pro machine and migrated my access db to it.I have an application written in VB .Net which works perfectly when run on the computer with SQL Server on it. (the app was written to work with both access and sql server)however, when i go to another computer where i have a mapped drive to the computer with the SQL server on it and i run the application from that mapped drive i get this error:[DBNETLIB][ConnectionOpen (Connect()).]SQL Server does not exist or access denied.My connection string isProvider=sqloledb;Data Source=ANTEC\SQLEXPRESS;Initial Catalog=CATSSQL;TRUSTED_CONNECTION=Yes;i know it can be done as it works at other places with the same setup.i have checked the things like TCP/IP and Name Pipe is enabled. sql server browser is running, windows firewall is set to allow the incoming connections etc.obviously the server machine is visible to the client as the mapped drive works fine.any help would be appreciated.thanks

Viewing all articles
Browse latest Browse all 6525

Trending Articles