DbiGetDriverDesc

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

DbiGetDriverDesc

Return to chapter overview

C syntax

DBIResult DBIFN DbiGetDriverDesc (pszDriverType, pdrvType);

Delphi syntax

function DbiGetDriverDesc (pszDriverType: PChar; var drvType: DRVType): DBIResult stdcall;

Description

DbiGetDriverDesc retrieves a description of a driver.

Parameters

pszDriverType                Type: pCHAR                (Input)
Pointer to the driver name string.

pdrvType                Type: pDRVType                (Output)
Pointer to the client-allocated DRVType structure.

DbiResult

Meaning

DBIERR_NONE

The driver description was retrieved successfully.

DBIERR_INVALIDPARAM

Invalid pszDriverType argument

DBIERR_INVALIDHNDL

Invalid handles to function errors (bad cursors or database handles).

See also

DbiOpenDriverList