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

DBTODBC

0x00000001

ODBC data source.

DBTDAO

0x00000002

DAO data source.

DBTWEB

0x00000004

HTML data source.

DBTOLEDB

0x00000005

OLE DB data source.

DBTTEXT

0x00000006

Text data source.

DBTADO

0x00000007

ActiveX Data Objects (ADO) record set.

DBTOLEDBPP

0x00000064

OLE DB data source created by the spreadsheet data model.

DBTDATAFEED

0x00000065

Data feed data source created by the spreadsheet data model.

DBTWORKSHEET

0x00000066

Worksheet data source created by the spreadsheet data model.

DBTTEXTPP

0x00000067

Text data source created by the spreadsheet data model.