Skip to content

Latest commit

 

History

History
41 lines (39 loc) · 1.13 KB

File metadata and controls

41 lines (39 loc) · 1.13 KB
title Schema Rowsets | Microsoft Docs
ms.custom
ms.date 11/04/2016
ms.reviewer
ms.suite
ms.technology
cpp-windows
ms.tgt_pltfrm
ms.topic article
dev_langs
C++
helpviewer_keywords
schema rowsets, defined
ms.assetid 0716a065-230c-4c20-bb53-98870e79ea29
caps.latest.revision 7
author mikeblome
ms.author mblome
manager ghogen
translation.priority.ht
cs-cz
de-de
es-es
fr-fr
it-it
ja-jp
ko-kr
pl-pl
pt-br
ru-ru
tr-tr
zh-cn
zh-tw

Schema Rowsets

Schema (or metadata) is any information about a database's structure or organization, such as information on the provider, rowset, table, columns, or other information aside from the actual database content. OLE DB allows you to obtain such information without opening the rowset by using schema rowsets.

For information about how to use schema rowsets, see Obtaining Metadata with Schema Rowsets.

See Also

OLE DB Consumer Templates