Building Distributed
Applications
Using the Progress AppServer


Creating a Server Object Handle

To create a server object handle, you must define a HANDLE variable and execute the CREATE SERVER statement to store the new server object handle:

DEFINE VARIABLE hAppSrv AS HANDLE NO-UNDO.
CREATE SERVER hAppSrv. 

You can then use this handle to connect to an AppServer instance.


Copyright © 2004 Progress Software Corporation
www.progress.com
Voice: (781) 280-4000
Fax: (781) 280-4095