17. Manipulating Data with ADO
Moving Through a Recordset
After you retrieve data using an ADO Recordset
object, you’ll want to manipulate that data in some way, even if all you want to do is view the data. A lot of what you learn in this section you can also use to find, add, delete, and edit existing data.
Moving through a Recordset
actually requires setting the current record pointer within the cursor (the retrieved data). In other words, you point to a specific record making it the current record pointer. To move about the ...
Get Business solutions Automating Microsoft now with the O’Reilly learning platform.
O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.