4
Answers

counting the record


How do you count the number of records return when selecting the database with ExecuteReader()
ie.
myReader = mySelCommand.ExecuteReader()

Answers (4)