Hi all,
I have an urgent problem. I've developed a winform/database application with C# in my laptop.
I was using the 'sa' user without problems, but now I am testing at client LAN and cannot connect from a client PC, it is giving me an error -1.
What should I have to configure at server or client side?
My connection string is:
string connStr = string.Format("Server={0};
Database={
1};User ID=sa;Password={2};Trusted
_Connectio
n=False", ....);
Thanks in advance,
Jaime.
Start Free Trial