|
<< Click to Display Table of Contents >> DbiOpenLdList |
![]() ![]()
|
C syntax
DBIResult DBIFN DbiOpenLdList (phCur);
Delphi syntax
function DbiOpenLdList (var hCur: hDBICur): DBIResult stdcall;
Description
DbiOpenLdList creates a table containing a list of available language drivers.
Parameters
phCur Type: phDBICur (Output)
Pointer to the cursor handle.
Usage
Each of the language driver records can be retrieved by using DbiGetNextRecord. DbiGetCursorProps can be used to allocate the proper record size. After the record is retrieved, it can be cast with the LDDesc type definition, and used like an LDDesc C language structure.
DbiResult |
Meaning |
DBIERR_NONE |
The list of available language drivers was returned successfully. |
DBIERR_INVALIDHNDL |
phCur is NULL. |