Command对象的( )方法用来执行非查询语句。
A. ExecuteReader
B. ExecuteNonQuery
C. ExecuteScalar
D. 以上都不是
查看答案
DataReader对象的()方法可以使其指向下一行数据记录。
A. Open
B. Read
Close
D. Write
Connection对象的___________________属性用来指定连接的字符串,字符串包含了要连接的服务器名称、数据库名、连接方式等。(注意大小写)
string strSql="select * from table1";有代码 SqlCommand comm=new SqlCommand(strSql,conn);,其中conn是一个______1______对象,应该调用comm对象的________2_____________方法,来 执行这个sql语句。(注意大小写 )
Read the delivery order and match the abbreviations with their full names.