Hello I'm currently working on a project using Visual 2010, I'm utilizing the SQL Libraries:
using System.Data;
using System.Data.SqlClient;
A major concern which leaps to mind, is.. Would my clients using the application need to have the SQL package installed in order for the application to communicate with the SQL Engine?
If so, is there a work around so that the user would not require downloading further required executionables/installers?
System.Windows.Formsnamespace. It's all part of the .NET framework. Of course, you do have to make sure that's installed, but you'd have to do that anyway. And most installers will handle that if need be, if that's what you plan to deploy with.