ConnectionDataSourceType enumeration

ConnectionDataSourceType enumeration

Specifies external database source type

The ConnectionDataSourceType type exposes the following members:

Fields

FieldDescription
ODBC_BASED_SOURCEODBC-based source
DAO_BASED_SOURCEDAO-based source
FILE_BASED_DATA_BASE_SOURCEFile based database source
WEB_QUERYWeb query
OLEDB_BASED_SOURCEOLE DB-based source
TEXT_BASED_SOURCEText-based source
ADO_RECORD_SETADO record set
DSPDSP
OLEDB_DATA_MODELOLE DB data source created by the Spreadsheet Data Model.
DATA_FEED_DATA_MODELData feed data source created by the Spreadsheet Data Model.
WORKSHEET_DATA_MODELWorksheet data source created by the Spreadsheet Data Model.
TABLEWorksheet data source created by the Spreadsheet Data Model.
TEXT_DATA_MODELText data source created by the Spreadsheet Data Model.
UNKNOWNText data source created by the Spreadsheet Data Model.

See Also