-
Book Overview & Buying
-
Table Of Contents
Expert Delphi - Second Edition
By :
As a starting point, make sure that InterBase is installed and running on your system. In the Windows Start menu, locate and run InterBase Server Manager. You can see the window of this utility app in Figure 13.1. If the server does not start, then run it. In the default installation, the InterBase instance name is gds_db. The name of the database instance will be needed during the RAD Server setup.
Figure 13.1: The InterBase Server Manager
Now go to the Windows command line and enter the EMSDevServer command. The Delphi bin directory is in the path after the installation, so RAD Server should start.
Note
Note that in many places you will see the word EMS when referring to RAD Server. It stands for Enterprise Mobility Services and it is the former name of RAD Server.
The very first time EMSDevServer is run, or when it is run with the -setup parameter, you will see the installation wizard (see Figure 13.2), which will create a...