Progress
Open Client
Developer’s Guide


Connecting To an AppServer Using an SDOAppObject

The constructor for class SDOAppObject takes the same parameters as any AppObject constructor and connects to an AppServer in exactly the same way:

SYNTAX
public SDOAppObject 
  ( String url, 
    String userid, 
    String password, 
    String appserver-info
  );  

public SDOAppObject 
  ( String userid, 
    String password, 
    String appserver-info
  ); 

public SDOAppObject 
  (
  ); 

The url parameter specifies the AppServer connection information. The userid, password, and appserver-info parameters specify any information required by the AppServer application at connection time. For more information on how to specify these parameters, see the information on connecting to an AppServer in Programming Concepts."


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