ConnectionDataSourceType enumeration
ConnectionDataSourceType enumeration
Specifies external database source type
The ConnectionDataSourceType type exposes the following members:
Fields
| Field | Description |
|---|---|
| ODBC_BASED_SOURCE | ODBC-based source |
| DAO_BASED_SOURCE | DAO-based source |
| FILE_BASED_DATA_BASE_SOURCE | File based database source |
| WEB_QUERY | Web query |
| OLEDB_BASED_SOURCE | OLE DB-based source |
| TEXT_BASED_SOURCE | Text-based source |
| ADO_RECORD_SET | ADO record set |
| DSP | DSP |
| OLEDB_DATA_MODEL | OLE DB data source created by the Spreadsheet Data Model. |
| DATA_FEED_DATA_MODEL | Data feed data source created by the Spreadsheet Data Model. |
| WORKSHEET_DATA_MODEL | Worksheet data source created by the Spreadsheet Data Model. |
| TABLE | Worksheet data source created by the Spreadsheet Data Model. |
| TEXT_DATA_MODEL | Text data source created by the Spreadsheet Data Model. |
| UNKNOWN | Text data source created by the Spreadsheet Data Model. |