The DatabaseType enumerator identifies the database that is connected to. The enumerator is used for the [!:DbNetLink.DbNetData.Database] property of the [!:DbNetLink.DbNetData] class . The enumerator can also be specified on the DbNetData constructor #ctor(String, DataProvider, DatabaseType) when it is not possible to automatically detect the database connected to.
| C# | Visual Basic |
public enum DatabaseType
Public Enumeration DatabaseType
| Member | Description |
|---|---|
| Access |
MS Access. |
| Access2007 |
MS Access(2007). |
| Advantage |
Advantage Database Server. |
| dBASE |
dBASE. |
| DB2 |
IBM DB2. |
| Excel |
Excel spreadsheet
|
| Excel2007 |
Excel(2007). |
| Firebird |
Firebird. |
| InterSystemsCache |
InterSystems Caché. |
| MySql |
MySQL. |
| Oracle |
Oracle. |
| Paradox |
Paradox
|
| Pervasive |
PostgreSQL. |
| PostgreSql |
PostgreSQL. |
| Progress |
Progress OpenEdge. |
| SqlServer |
MS SQL Server. |
| Sybase |
Sybase. |
| TextFile |
VistaDB. |
| VistaDB |
Plain text files in delimited of fixed width format
|
| VisualFoxPro |
Visual FoxPro. |
| Unknown |