Type Alias OleDbProvider

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

Properties

qBit32?: boolean

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

qDescription?: string

Description of the OLEDB provider.

qName?: string

Name of the OLEDB provider.