DatabaseType Enumeration

Specifies the database type underlying an AdoDataConnection.

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.138 -- Release Build+f7ceb3e02ea3c92b27e86b99ae16cee337a20b9e
public enum DatabaseType

Members

Access0 Underlying ADO database type is Microsoft Access.
SQLServer1 Underlying ADO database type is SQL Server.
MySQL2 Underlying ADO database type is MySQL.
Oracle3 Underlying ADO database type is Oracle.
SQLite4 Underlying ADO database type is SQLite.
PostgreSQL5 Underlying ADO database type is PostgreSQL.
Other6 Underlying ADO database type is unknown.

See Also