DatabaseType Enumeration

Specifies the database type underlying an AdoDataConnection.

Definition

Namespace: Gemstone.Data
Assembly: Gemstone.Data (in Gemstone.Data.dll) Version: 1.0.153 -- Release Build+42f3d0bf0373d5bc86f6d691e637d32f2b3150d2
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