Try OpenEdge Now
skip to main content
Developing AppServer Applications
Programming ABL Client Applications : Accessing AppServer resources from a client
 

Accessing AppServer resources from a client

In order to run remote procedures on an AppServer, a client application must first establish a connection with the required AppServer (session-managed) or application service (session-free). When done with the connection, the client application can then disconnect from the AppServer or application service.
* Steps for accessing AppServer resources
* Features of client-AppServer interactions