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

 

Example Schema:

       To better manage our components, we often use data source meta data. OLEDB defines a set of these meta data rowsets. For details, you need to refer to OLEDB documentation.

        Thanks a lot to the powerful CRBase. We can use a COSchema<T> object to open all the schema rowsets easily and friendly.

        This example answers the following two questions.

  1. How to open a schema rowset using COSchema<CRBase> without restrictions.
  2. How to open a schema rowset with restrictions.

Goto the list of examples