2.5.31 DBType
The DBType enumeration specifies the data source type of an external connection (section 2.2.8). The BrtBeginExtConnection (section 2.4.80) record uses it.
The value of this enumeration MUST be a value from the following table.
Name |
Value |
Meaning |
---|---|---|
0x00000001 |
ODBC data source. |
|
0x00000002 |
DAO data source. |
|
0x00000004 |
HTML data source. |
|
0x00000005 |
OLE DB data source. |
|
0x00000006 |
Text data source. |
|
0x00000007 |
ActiveX Data Objects (ADO) record set. |
|
0x00000064 |
OLE DB data source created by the spreadsheet data model. |
|
0x00000065 |
Data feed data source created by the spreadsheet data model. |
|
0x00000066 |
Worksheet data source created by the spreadsheet data model. |
|
0x00000067 |
Text data source created by the spreadsheet data model. |