Gets the list of databases on the DICT server.
procedure GetDBList( ADB: TIdDBList );
Parameters |
Description |
ADB |
Container for database names found on the DICT server. |
GetDBList is a procedure used to get the list of databases found on the DICT server.
GetDBList sends the DICT SHOW DB command to the server, and captures the returned names and descriptions in the container specified in ADB.
Copyright © 1993-2006, Chad Z. Hower (aka Kudzu) and the Indy Pit Crew. All rights reserved.
|
Post feedback to the Indy Docs Newsgroup.
|