ASPNL logo (1 kb)
Thursday, November 20, 2008

powered by


Microsoft ASP.NET Connections
Member of ASP Guild
<< previous | index | next >>
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.

<< previous | ^ to top | index | next >>
copyright 2000-2002 ASPNL