Table of Contents

TDataConnectionType Enumeration

Represents a connection type. This enumeration lists the documented values, but there could be other values peresent in the file.

Syntax

Namespace: FlexCel.Core

Members

Name Value Description
Unknown 0 Invalid value. This value shouldn't happen on a file.
ODBC 1 ODBC-based source.
CustomDAO 2 Custom data connection source. This value is application-defined, but in Office it is used for DAO connections.
CustomApplicationDefined 3 Custom data connection source. This value is application-defined, but in Office it is used for application defined connection files.
WebQuery 4 A Web Query.
CustomOLEDB 5 Custom data connection source. This value is application-defined, but in Office it is used for OLEDB connections.
Text 6 Text-based source.
CustomADO 7 Custom data connection source. This value is application-defined, but in Office it is used for ADO connections.
CustomDSP 8 Custom data connection source. This value is application-defined, but in Office it is used for DSP connections.