hello
i am using sql server 2014 express edition, i have developed an app in c#, if i install the app on another laptop i can't connect to my database located on my laptop. i am using this connection string type : Data Source=192.168.***.**,3306;Initial
Catalog=test;User ID=spiri;Password=******;
all works fine from my laptop
- the port 3306 is opened in firewall
- tcp/ ip are enabled in sql server and are set for port 3306,
what else can it be?
thank you very much
Go to the complete details ...