...,虽然2.0可以完全运行1.1的类库,但是没有体会2.0的优越性能,如强类型的使用,能使用事务处理、存储过程、取数据(datareader、datatable、dataset)。 所以请高手给个全点的数据库访问类。
基于30个网页-相关网页
...的连接字符串9.3 数据库命令对象(Command)9.3.1 创建Command对象9.3.2 Command对象的属性和方法9.4 数据读取对象(DataReader)9.4.1 DataReader对象的常用属性及方法9.4.2 使用DataReader对象9.5 数据适配器对象(DataAdapter)9.5.1 DataAdapter对象概述9.
基于30个网页-相关网页
说明:如果没有数据可操作,那么只能使用调用命令对象的ExecuteReader方法,返回一个数据读取器(DataReader对象)。因为 ExecuteNonQuery()与ExecuteScalar()在没有数据的时候调用时,就会出现“对象没有实例化”的错误。
基于14个网页-相关网页
以上来源于: WordNet
This interface specifies the signature for a factory that takes a DataReader type and creates a domain object from it.
这个接口为一个工厂定义了使用datareader类型创建一个域(domain)对象的签名。
The DataReader class can incrementally load the results of the same query and present a single row at a time to an application.
datareader类可以递增地加载同一查询的结果,并且一次向应用程序提交单个行。
应用推荐