Icon GetServerDatabase Method

procedure GetServerDatabase(const DatabaseName: String; var
      DatabaseDescription: String; var ServerPath: String)

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