Show contents 

Dal > Dal Assembly Enumerations > DalServerMode

DalServerMode

Description

The DalServerMode enumeration contains types of DBMS servers, with which connection is established.

It is used by the following properties and methods:

Available Values

Value Brief description
0 Unknown. Description.
1 ORCL. Connection using Oracle driver.
2 MSSQL. Connection using Microsoft SQL Server driver.
5 ODBC. Connection using ODBC drivers.
8 Postgres. Connection using PostgreSQL driver.
9 OleDb. Connection using OLE DB driver, exact type is not defined.
10 AdoDb. Connection using ADOdb driver.
11 SQLite. Connection using SQLite driver.
12 Hive. Connection using Hive driver.
13 Service. Connection using analytics platform web service.
15 GenericODBC. Connection to various data sources using ODBC drivers installed in Windows OS.
16 ClickHouse. Connection using ODBC driver for ClickHouse.
17 MySQL. Connection using MySQL driver.

See also:

Dal Assembly Enumerations