GetRows! ... Don't retrieve data any other way!
GetRows! ... Don't retrieve data any other way!
By Charles Carroll
10 november 2000
Abstract
Most people get data from an ADO recordset by moving through it with the MoveNext and MovePrevious methods.
This is an inefficient way to retrieve the data. Much more effective is using GetRows to move all the data in a
multi-dimensional array. This article shows you how and why.
This article can be found
here.
Our Dutch site contains a translation of this article.
All translations are by permission.
|