SQL and .NET connectivity problem
I am making ma project of Hospital managent system using C# as well as .NET in frontend and SQL server 2005 at backend.
The problem is when I made my connection from the .NET to SQL for accessing particular database on my personal pc that connection is not working in other pc, means I am not able to retrive particular data from DATASET.
I am using ADO.Net for connectivity.(I edit ma connection string and change server name but problem is still there) 😕