if (thisDataSet.Tables["GrindingWheelInformation"].Rows[i].ToString()= listView1.SelectedIndices[0])
数据库表应该有主键吧,没有主键建上数据库主键。选中行用主键确定记录删除。