Reading rows from a sqldatareader object
-
The SqlDataReader Class You use an object of the SqlDataReader class to read rows retrieved from a SQL Server database, an object of the OleDbDataReader class to read rows from any database that supports OLE DB
4p daisuphu 29-07-2010 122 8 Download
-
Reading Rows from a SqlDataReader Object You read the rows from a DataReader object using the Read() method. This method returns the Boolean true value when there is another row to read, otherwise it returns false.
5p daisuphu 29-07-2010 94 3 Download