RepositoryDriverType

Description

The RepositoryDriverType enumeration contains a list of drivers that can be used to work with platform repository.

It is used by the following property:

Available Values

Value Brief description
0 Unknown. Unknown driver type.
1 ORCL. Oracle 7.x\8.x.

NOTE. The value cannot be used in the application code. It is kept to be compatible with previous versions.

2 ORCL9. Оracle 12.x\18.x.
3 MSSQL. Microsoft SQL Server 6.x\7.x\2000.

NOTE. The value cannot be used in the application code. It is kept to be compatible with previous versions.

4 MSSQL2005. Microsoft SQL Server 2005.

NOTE. The value cannot be used in the application code. It is kept to be compatible with previous versions.

5 DB2. DB2.

NOTE. The value cannot be used in the application code. It is kept to be compatible with previous versions.

6 MSSQL2008. Microsoft SQL Server 2008.
7 MSSQL2012. Microsoft SQL Server 2012\2014\2016\2017.
8 Postgres. PostgreSQL 9.5\9.6\10.x\11.x\12.x\13.x. Postgres Pro 9.5\9.6\10.x\11.x\12.x\13.x.
9 Teradata. Teradata 15\15.10\16.
10 SQLite. SQLite 3.35.5.
11 Vertica. HP Vertica.

NOTE. The value cannot be used in the application code. It is kept to be compatible with previous versions.

See also:

Fore Assembly Enumerations