I saw this link non sa user sql connection string.
This is giving datasource name and userid and passworkd and database name. But I have doubt about datasource name :Dynamic GP 2010
. I am bit confused using this connection string:
string connection = "data source=Dynamic GP 2010;initial catalog=TWO;integrated security=False;User ID=client;Password=123";
This is giving error: A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server)
Let me know which datasource I have to use. Is GP datasource
name (or) sql datasource
name.