I'm confused as to how a connection (to a SQL Server database) works for other users of an application. I've created a working connection (using a data source name, not a connection string)in program manager and generated an executable to run the application. On my PC I can access SQL Server using this connection.
I have not tested others using the connection, but I assume they could not use this connection as they don't have a DSN established on their PC.
If my assumption is correct then how do others connect?
I have not tested others using the connection, but I assume they could not use this connection as they don't have a DSN established on their PC.
If my assumption is correct then how do others connect?