The RepositoryDriverType enumeration contains a list of drivers that can be used to work with platform repository.
It is used by the following property:
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. Oracle 9.x\10.x\11.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. |
8 | Postgres. PostgreSQL 9.1\9.2\9.3\9.4\9.5. Postgres Pro 9.5. |
9 | Teradata. Teradata 13\13.10\14\14.10\15\15.10. |
10 | SQLite. SQLite 3.x. |
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: