DataReader对象有什么用?
第1题:
What is the role of the DataReader class in ADO.NET connections?
(DataReader在ADO.NET连接中起到什么样的角色)
第2题:
通常情况下,DataReader对象在内存中保留()数据。
第3题:
Command对象的ExecuteScalar()方法有什么用?
第4题:
在ADO.NET中,通过执行Command对象的ExecuteReader方法返回的DataReader对象是一种()。
第5题:
DataReader与Dataset有什么区别?
第6题:
DataReader对象是通过Command对象的()方法生成的。
第7题:
ADO.NET允许以两种方式从数据库中检索数据;一种是使用DataReader对象;第二种是使用()对象
第8题:
第9题:
第10题:
第11题:
Next
Read
NextResult
Write
第12题:
第13题:
A.connection对象
B.command对象
C.dataadapter对象
D.datareader对象
第14题:
在ADO.NET中,DataReader对象的()方法前进到下一行。
第15题:
DataReader对象的()方法用于从查询结果中读取行。
第16题:
DataReader/DataSet区别
第17题:
6请简述使用Command和DataReader对象对数据库中的数据进行检索的步骤。
第18题:
数据库连接对象是指()。
第19题:
为了将dataset连接到数据源,需要将()作为dataset和.net数据提供者的中介。
第20题:
第21题:
第22题:
第23题:
多行
两行
一行
零行