No need to Connection Object to Feel DataSet


String sql = "SELECT * FROM MIS.dbo.ListEmployee";
String sConnectionString = "ConnectionString";
DataSet ds = new DataSet(); SqlDataAdapter adapter = new SqlDataAdapter(sql ,sConnectionString);
adapter.Fill(ds);



Ebook Download
View all
Learn
View all