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.
Data Type | Format of Data |
---|---|
VT_BOOL | Boolean |
VT_BSTR | String |
VT_DBTimeStamp | Date and Time |
VT_I4 | Integer |
VT_R4 | Float |
VT_R8 | Double Float |
VT_UI1 | Short Integer |
VT_VARIANT | Numeric 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.