About the Table Descriptions

The following sections describe each table, list each column in the table, and list the data type and description for each column. The following table outlines the data types that are used throughout this chapter.

Table 1. Column Data Types
Data TypeFormat of Data
VT_BOOLBoolean
VT_BSTRString
VT_DBTimeStampDate and Time
VT_I4Integer
VT_R4Float
VT_R8Double Float
VT_UI1Short Integer
VT_VARIANTNumeric or String

Also included after each table description are examples of SQL statements used with the specified database table. These examples are only provided to get you started with creating SQL statements with the Historian OLE DB Provider. For more detailed information on creating SQL queries, refer to your reporting software documentation.