Adding a Remote Data Module to an Application Server Project

From RAD Studio
Jump to: navigation, search

Go Up to Using Data Modules

Some editions of Delphi allow you to add remote data modules to application server projects. A remote data module has an interface that clients in a multi-tiered application can access across networks. After you create an application server, the Multitier page becomes available in New Items. Creating an ActiveX Library also enables the Multitier page.

To add a remote data module to a project

  1. Choose File > New > Other.
  2. Select the Multitier page located in the New Items dialog box.
  3. Double-click the Remote Data Module icon to open the Remote Data Module Wizard.

After you add a remote data module to a project, use it just like a standard data module.

See Also