Add Refence
Then code also her is code to Create a DataGridView
private BindingSource bs = new BindingSource();
// Localhost if Local otherwise need SERVER namestring CONN_STRING = "SERVER=localhost;" +
"DATABASE=databasename;" +
"UID=username;" +
"PASSWORD=password;";