You are about to report the tutorial shown below for review. Please only report if there is a problem with it.
Thanks.
Using Disconnected Recordsets ASP / Database Integration
This article looks at a neat and not often discussed feature of ADO - disconnected Recordsets. A disconnected Recordset, as its name implies, is a Recordset that lacks a connection. This may seem a bit confusing at first - how can a Recordset lack a connection to a data store? - but will hopefully become more clear as the article progresses.