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

 

Example OleRead:

       This is the first example to demonstrate use of OLEDB. It is very basic, but this example shows you how to use the most common functions of OLEDB.

        Here is the list of answers to various questions:

  1. How to retrieve various properties from a data source.
  2. How to use a CBulkRecord<COTable<CRBase>, CCmndBase> object to open a rowset using a SQL select statement.
  3. How to determine and set a data type, maximum length for a field.
  4. How to get the actual length and status for a field.
  5. How to retrieve data and display them.
  6. How to navigate through a rowset.

        The more examples will be explored by you in the future. Take your time and enjoy them!

Goto the list of examples