• 2022-06-14
    string strSql="select * from table1";有代码 SqlCommand comm=new SqlCommand(strSql,conn);,其中conn是一个______1______对象,应该调用comm对象的________2_____________方法,来 执行这个sql语句。(注意大小写 )