RecordSet samples

<< Click to Display Table of Contents >>

Navigation:  Examples >

RecordSet samples

Previous pageReturn to chapter overviewNext page

The recordset samples can be found in the <Vo2AdoDir>\Samples\RecordSet

These samples show:

1.How to open a recordset and read values using the Collect access and FieldGet method
2.How to open a recordset and read values using the Fields Collection
3.How to open a recordset and read values using local Field Objects
4.How to create a recordset without connecting to a database
5.How to use datashaping to open a hierarchical resultset
6.The effects of different cursor types
7.