Icon AddRemoteDatabase Method

void __fastcall AddRemoteDatabase(const System::UnicodeString
      DatabaseName, const System::UnicodeString DatabaseDescription,
      const System::UnicodeString ServerPath)

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