Type Alias OdbcDsn

type OdbcDsn = {
    qBit32?: boolean;
    qDescription?: string;
    qName?: string;
    qUserOnly?: boolean;
}
Index

Properties

qBit32?: boolean

Is set to true if the version of ODBC is 32-bit. This parameter is optional. Default is false.

qDescription?: string

Description of the ODBC connection.

qName?: string

Name of the ODBC connection.

qUserOnly?: boolean

Is set to true if the connection is User DSN. The connection works only for a specific user. Default is false. This parameter is optional.