Connect to an application server using an SDOAppObject
- Last Updated: February 11, 2026
- 1 minute read
- OpenEdge
- Version 13.0
- Documentation
To establish a connection to an application server, you must instantiate an SDOAppObject.
The following constructors for the SDOAppObject class take the same parameters and connect to an application server in the same way as any AppObject constructor:
Syntax
|
Syntax
|
Syntax
|
Syntax
|
- ConnectObj
- Specifies the
Connectionobject that contains the application server connection information. AConnectionobject can be instantiated with one of the constructors described in Connection class. - urlString
- Specifies the application server connection information.
- userId, password, AppServer-info
- Specify any information required by the application server application at connection time.
For more information on how to specify these parameters, see Connect to an application server.