Populates a string list with the names of all databases components known to the session.
procedure GetDatabaseNames(List: TStrings);
Description
Call GetDatabaseNames to retrieve a sorted, combined list 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.
|