OleDB25
Home Up OleRead MkTbls OleUpdate OSchema OLAP OleDB25 Scroll MkTblsEx FastLoad FilterSort DataShape FastAccess Indexes MultiRecords MultiProcs BLOBs

 

Example Oledb25:

        OLE DB 2.5 introduces two new cotypes, TRow and TStream, to manage tree-structured data stores. OleDBPro provides this example to demonstrate how to use their corresponding classes, CORow and COStream. For experimenting this example, you need to use MS internet publishing provider. After experimenting this example, you will know the following how-tos:

  1. How to open various OLEDB objects like binder, data source, session, rowset, row and stream step by step.
  2. How to quickly bind an OLEDB object with a directory, URL address, files.
  3. How to download and upload a file.
  4. How to open sub-items for a row. 

        A user is encouraged to experiment CORow to manage columns. OleDBPro also provides the example DataShape to demonstrate how to manage a chaptered rowset with MS data shape provider.

Goto the list of examples