RAD Studio VCL Reference
ContentsIndex
PreviousUpNext
TSession.GetDatabaseNames Method

Populates a string list with the names of persistent Borland Database Engine (BDE) aliases and the names of all databases components known to the session.

Pascal
procedure GetDatabaseNames(List: TStrings);
C++
__fastcall GetDatabaseNames(TStrings List);

Call GetDatabaseNames to retrieve a sorted, combined list of persistent BDE aliases—those aliases that exist in persistent storage or in the BDE configuration file—and the names of all database components known to the session. List is a string list object, created and maintained by the application, into which to store the database and alias names. 

 

GetAliasNames 

GetDriverNames 

SaveConfigFile 

Retrieving Information About a Session

Copyright(C) 2008 CodeGear(TM). All Rights Reserved.
What do you think about this topic? Send feedback!