DatabaseType Enumeration

Specifies the database type underlying an AdoDataConnection.

Definition

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