I soon have to start a project that takes that I'll create a program allowing a user to create a server for a game I'm building. The server program will, in addition to other things I'm working on, have to update player's information onto the Microsoft SQL Server 2008. I am using System.Data & System.Data.SqlClient on the form, but I don't know if everyone will have the SqlClient on their computer and I don't want to have troubles later.
Should I somehow add the SqlClient dll to the main folder? I used that on one of my WinForms before. However, if yes, please also tell me where to find the DLL file of System.Data.SqlClient. I found System.Data but not the SqlClient dll