ADO RecordSet performance
Wednesday, May 18th, 2005This article shows that the GetString method reall is faster than GetRows or iteration.
This article shows that the GetString method reall is faster than GetRows or iteration.
DataSets offer disconnected functionality, but DataReaders offer speed according to Why I Don’t Use DataSets in My ASP.NET Applications By Scott Mitchelle
This example demonstrates recursively iterating through files and sub-directories in a given directory using the DirectoryInfo class.