KDB database types

>Database Constants

Database type constants

This is an enumeration of the database types supported in KDB. These constants are used in the record returned by KI_INFO routine to specify the type of database open on the connection.

DEF ENUM enumeration name KDB_INFO_DBTYPE_ENUM

Enumeration ValueValueDescription
_KDB_INFO_DBTYPE_UNKNOWN0KI_INFO connection database type unknown
_KDB_INFO_DBTYPE_FILE_KISAM1KI_INFO connection database type file KISAM
_KDB_INFO_DBTYPE_KDB3KI_INFO connection database type KDB
_KDB_INFO_DBTYPE_ORACLE4KI_INFO connection database type ORACLE
_KDB_INFO_DBTYPE_ODBC6KI_INFO connection database type ODBC
_KDB_INFO_DBTYPE_POSTGRES5KI_INFO connection database type DBC
_KDB_INFO_DBTYPE_OTHER7KI_INFO connection database type old ODBC
_KDB_TYPE_KDB3Obsolete do not use
_KDB_TYPE_ORACLE4Obsolete do not use

Back to the list of Enumerations and Constants