|
<< Click to Display Table of Contents >> DbiGetFieldTypeDesc |
![]() ![]()
|
C syntax
DBIResult DBIFN DbiGetFieldTypeDesc (pszDriverType, pszTableType, pszFieldType, pfldType);
Delphi syntax
function DbiGetFieldTypeDesc (pszDriverType: PChar; pszTableType: PChar; pszFieldType: PChar; var fldType: FLDType): DBIResult stdcall;
Description
DbiGetFieldTypeDesc retrieves a description of the specified field type.
Parameters
pszDriverType Type: pCHAR (Input)
Pointer to the driver type. Use DbiOpenDriverList to find the valid driver types.
pszTableType Type: pCHAR (Input)
Pointer to the table type. Use DbiOpenTableTypesList to find the valid table types.
pszFieldType Type: pCHAR (Input)
Pointer to the field type. Use DbiOpenFieldTypesList to find the valid field types.
pfldType Type: pFLDType (Output)
Pointer to the client FLDType structure.
DbiResult |
Meaning |
DBIERR_NONE |
The field type Description was retrieved successfully. |
See also
DbiOpenFieldTypesList, DbiOpenTableTypesList, DbiOpenDriverList