RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.GetDriverParams Method

Populates a string list with the parameters for a specified Borland Database Engine (BDE) driver.

Pascal
procedure GetDriverParams(const DriverName: string; List: TStrings);
C++
__fastcall GetDriverParams(const AnsiString DriverName, TStrings List);

Call GetDriverParams to retrieve a list of parameters associated with a specified BDE driver. DriverName is the BDE driver for which to return a parameter list. List is a string list object, created and maintained by the application, into which to store the driver parameters. 

The actual number of parameters returned by GetDriverParams depends on the specified driver. For example, for the STANDARD driver used by Paradox and dBASE, returns only a few parameters. For SQL Links drivers multiple parameters are returned. 

 

Copyright(C) 2009 Embarcadero Technologies, Inc. All Rights Reserved.
What do you think about this topic? Send feedback!