OleDbCommand cmd = new OleDbCommand(s, con);
using
{
adapter.Fill(ds);
dataGridView1.DataSource = ds.Tables[0];
}