Icon AddServerDatabase Method

procedure AddServerDatabase(const DatabaseName: String; const
      DatabaseDescription: String; const ServerPath: String)

Usage

Call the AddServerDatabase method to add a new database to a database server. Use the DatabaseName parameter to specify the new database name, the DatabaseDescription parameter to give it a description, and the ServerPath parameter to specify the physical path to the tables, relative to the database server.

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