Icon AddRemoteDatabase Method

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

Usage

Call the AddRemoteDatabase 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 for encrypted remote sessions connected as an administrator to the administration port on a database server.
Image