Table of Contents

Enum ServerType

Namespace
PolarDataInterop
Assembly
PolarDataInterop.dll

This enum is used to identify the type of database server.

public enum ServerType
Extension Methods

Fields

JET = 2

Connected to a JET database.

ODBC = 3

Connected using an ODBC connection.

SQLserver = 1

Connected to SQL server.

UNKNOWN = 0

Type of database is unknown.