DataConnectionType
DataConnectionType
Utility class containing constants. Allows to configure options for the connections to the database.
Values
| Name | Description |
|---|---|
| SQL | Usage System.Data.SqlClient.SqlConnection. |
| QLEDB | Usage System.Data.OleDb.OleDbConnection. |
| ODBC | Usage System.Data.Odbc.OdbcConnection. |
| UNKNOWN | Unknown type of connection. |