No need to Connection Object to Feel DataSetKunal Vaishya13yPublished Jul 1, 2013, 12:00 AMUpdated Jul 1, 2013, 9:43 AM4.6k00Reactions×25BlogString sql = "SELECT * FROM MIS.dbo.ListEmployee";String sConnectionString = "ConnectionString"; DataSet ds = new DataSet(); SqlDataAdapter adapter = new SqlDataAdapter(sql ,sConnectionString);adapter.Fill(ds); CommentsJoin the conversation! Your thoughts help the community grow.Sign in to leave a commentIt is the same account you read, post and publish with — and you will come straight back to this page.Sign inCreate an account
Join the conversation! Your thoughts help the community grow.