RecordSet samples
<< Click to Display Table of Contents >> RecordSet samples |
![]() ![]() ![]() |
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. |