Links
TADOSqlManagerQuery Component References
TADOSqlManagerQuery::ListDatabases Method
__fastcall bool ListDatabases(TTntStringList* DatabaseList);

Lists databases that reside in an instance of Microsoft® SQL Server™ or are accessible through a database gateway 

After return DatabaseList will contains XML data in the following format:

  • <Databases>
    • <Database>
      • <Name></Name>
      • <Size></Size>
    • </Database>
  • </Databases>
Copyright (c) 2006. All rights reserved.
What do you think about this topic? Send feedback!