Icon GetServerDatabase Method

void __fastcall GetServerDatabase(const AnsiString DatabaseName,
      AnsiString &DatabaseDescription, AnsiString &ServerPath)

Usage

Call the GetServerDatabase method to retrieve information about an existing database from a database server. Use the DatabaseName parameter to specify the existing database name.

Information This method is only valid when the engine is running as a database server and the EngineType is set to etServer.
Image